django-split-settings v0.2.4 Release Notes

Release Date: 2016-12-20 // over 7 years ago
    • ๐Ÿ”„ Changed the default Django version in the requirements from >= 1.5.1 to >= 1.5
    • โž• Added setup.cfg to support python setup.py test command
    • ๐Ÿ”จ Refactored how the tests work
    • โž• Added tests/conftest.py file with the fixtures, used fixtures widely
    • ๐Ÿ”„ Changed all test to be functions instead of classes
    • โž• Added new classifiers
    • โž• Added pytest-env to read env variables from setup.cfg
    • Removed run_coveralls.py, added after_success section in .travis.yml
    • ๐Ÿ”„ Changed the README.rst to be shorter