All Versions
15
Latest Version
Avg Release Cycle
152 days
Latest Release
1228 days ago

Changelog History
Page 1

  • v1.1.0 Changes

    November 17, 2020

    ๐Ÿ”‹ Features

    • โž• Adds python3.9 support
    • โž• Adds django3.1 support

    Misc

    • ๐Ÿšš Moves to Github Actions
    • โฌ†๏ธ Bumps a lot of dev dependencies
  • v1.0.1 Changes

    April 22, 2020

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixes that django's dev server was not catching split setting filechanges
  • v1.0.0 Changes

    September 15, 2019

    ๐Ÿ’ฅ Breaking changes:

    • โฌ‡๏ธ Drops python2 support
    • โฌ‡๏ธ Drops django2.0 support

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿšš Moves to poetry
    • โž• Adds mypy support
    • โž• Adds wemake-python-styleguide support
    • โž• Adds extra CI checks: safety, doc8
    • โž• Adds py.typed file to package type information
  • v0.3.1 Changes

    ๐Ÿ‘Œ Improvements:

    • โž• Added support for django till to 2.2 version.
  • v0.3.0 Changes

    December 04, 2017

    ๐Ÿ‘Œ Improvements:

    • โž• Added Django==2.0
    • โœ‚ Removed old versions of Django from test matrix
    • โœ‚ Removed python3.4 from test matrix
    • ๐Ÿ“š Documentation updates
    • โž• Adds more flake8 plugins to enforce strict style

    ๐Ÿ› Bugs:

    • ๐Ÿ›  Fixes Windows problems via #21
  • v0.2.5 Changes

    April 18, 2017

    Verison 0.2.5

    ๐Ÿ“š This version does not bring any new features. Only documentation updates and improvements.

    ๐Ÿ‘Œ Improvements:

    • โž• Added python3.6 and Django==1.11
    • ๐Ÿ›  Fixed tests/settings structure with basic/ folder
    • โž• Added documentation, which is built with Sphinx
    • โšก๏ธ Updated README.rst with new logo
    • โšก๏ธ Updated README.rst with docs badge
    • โšก๏ธ Updated CONTRIBUTING.rst with new information

    ๐Ÿ› Bugs:

    • โšก๏ธ Updated README.rst to be compatible with PyPI
  • v0.2.4 Changes

    December 20, 2016
    • ๐Ÿ”„ 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
  • v0.2.3 Changes

    • โž• Added [email protected] support
    • Now include function finds parent globals() scope automatically if not provided
    • โž• Added protection against infinite recursion
    • โž• Added tests for stackable settings definition. See tests/settings/stacked/
    • โž• Added tests for the new functionality
    • โž• Added tests for [email protected] in tox and travis
    • โœ‚ Removed 3.2 and 3.3 from setup.py since these versions were not tested anyway
  • v0.2.2 Changes

    July 14, 2016
    • ๐Ÿ›  Now supporting unicode filenames, fixes #9
    • โœ… Tests structure is changed
    • โœ‚ Removed example
    • ๐Ÿ”„ Changed how MANIFEST.in is defined
  • v0.2.1 Changes

    July 03, 2016
    • ๐Ÿ”„ Changed optional to be a function.
    • โž• Added test_tools.py, achieved 100% in coverage.
    • โœ‚ Removed setuptools-git from setup.py, now Manifest is only way to provide dist sources.
    • โž• Added run_coveralls.py to work on both CI and local tests.
    • ๐Ÿ’… Style fixes.