django-split-settings

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

BSD-3-CLAUSE License

Stars
1.1K
Committers
21

Bot releases are visible (Hide)

django-split-settings - Version 1.3.1 Latest Release

Published by sobolevn 7 months ago

Bugfixes

  • Fixes getting the last stack item performance #532
django-split-settings -

Published by sobolevn 7 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
django-split-settings - Version 1.2.0

Published by sobolevn about 2 years ago

1.2.0

Features

  • Adds python3.10 support
  • Drops python3.6 support
  • Adds django4.1 support
django-split-settings - Version 1.1.0

Published by sobolevn almost 4 years ago

Features

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

Misc

  • Moves to Github Actions
  • Bumps a lot of dev dependencies
django-split-settings - Version 1.0.1

Published by sobolevn over 4 years ago

Bugfixes

  • Fixes that django's dev server was not catching split setting filechanges
django-split-settings - Version 1.0.0

Published by sobolevn about 5 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
django-split-settings -

Published by sobolevn almost 7 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
django-split-settings - Version 0.2.5

Published by sobolevn over 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