Django Split Settings Versions Save

Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.

1.3.1

1 month ago

Bugfixes

  • Fixes getting the last stack item performance #532

1.3.0

2 months ago

Features

  • Drops python3.8 support
  • Adds python3.11 and python3.12 support
  • Adds django5.0 support
  • Uses OSError instead of IOError alias
  • Converts include(*args, **kwargs) to include(*args, scope=...), because other kwargs were not supported anyway

1.2.0

1 year ago

1.2.0

Features

  • Adds python3.10 support
  • Drops python3.6 support
  • Adds django4.1 support

1.1.0

3 years ago

Features

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

Misc

  • Moves to Github Actions
  • Bumps a lot of dev dependencies

1.0.1

4 years ago

Bugfixes

  • Fixes that django's dev server was not catching split setting filechanges

1.0.0

4 years ago

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.0

6 years ago

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

7 years ago

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