django-configurations

A helper for organizing Django project settings by relying on well established programming patterns.

BSD-3-CLAUSE License

Downloads
313.4K
Stars
1.1K
Committers
60

Bot releases are hidden (Show)

django-configurations - 2.5.1 Latest Release

Published by pauloxnet 11 months ago

What's Changed

Full Changelog: https://github.com/jazzband/django-configurations/compare/2.5...2.5.1

django-configurations - 2.5

Published by pauloxnet 12 months ago

What's Changed

Full Changelog: https://github.com/jazzband/django-configurations/compare/2.4.2...2.5

django-configurations - 2.4.2

Published by gump about 1 year ago

  • Replace imp (due for removal in Python 3.12) with importlib by @gump + @jbkkd
django-configurations - 2.4.1

Published by pauloxnet over 1 year ago

  • Pin publish action in release workflow by @michael-k
  • docs: Fix a few typos by @timgates42
  • Fixed #344 - Run tests on python 3.11 by @pauloxnet
  • Update github actions and fix pipeline by @pauloxnet
  • Fix "STATICFILES_STORAGE/STORAGES are mutually exclusive" on Django>=4.2 by @bluetech
  • Fix #351 Use 'furo' as Sphinx theme (#352) by @pauloxnet
  • Fix #353 Improve code blocks in documentation by @pauloxnet
  • Fix #355 - Update to Django 4.2 stable (#356) by @pauloxnet

Full Changelog: https://github.com/jazzband/django-configurations/compare/2.4...2.4.1

django-configurations - 2.4

Published by jezdez about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jazzband/django-configurations/compare/2.3.2...2.4

django-configurations - 2.3.2

Published by ticosax over 2 years ago

  • Add compatibility with Django 4.0
  • Fix regression where settings receiving a default were ignored. #323 #327
django-configurations - 2.3.1

Published by jezdez almost 3 years ago

  • Test Django 3.2 on Python 3.10 as well.

  • Test on PyPy 3.6, 3.7 and 3.8.

  • Enforce Python version requirement during installation (>=3.6).

  • Fix and refactor the documentation build process.

django-configurations - 2.3

Published by brianhelba almost 3 years ago

  • BACKWARD INCOMPATIBLE Drop support for Python 2.7 and 3.5.

  • BACKWARD INCOMPATIBLE Drop support for Django < 2.2.

  • Add support for Django 3.1 and 3.2.

  • Add suppport for Python 3.9 and 3.10.

  • Deprecate utils.import_by_path in favor of django.utils.module_loading.import_string.

  • Add ASGI support.

  • Added "python -m configurations" entry point.

  • Make package install_requires include django>=2.2.

  • Prevent an ImproperlyConfigured warning from DEFAULT_HASHING_ALGORITHM.

  • Prevent warnings for settings deprecated in Django 2.2 (DEFAULT_CONTENT_TYPE and FILE_CHARSET).

  • Preserve Django warnings when DEFAULT_AUTO_FIELD is not set.

  • Miscellaneous documentation fixes.

  • Miscellaneous internal improvements.

django-configurations -

Published by jezdez over 3 years ago

django-configurations - Support Django 2.1

Published by blueyed about 6 years ago

  • BACKWARD INCOMPATIBLE Drop support of Python 3.3.

  • BACKWARD INCOMPATIBLE Drop support of Django 1.9.

  • Add support for Django 2.1.

  • Add PositiveIntegerValue configuration value.

  • Fix bool(BooleanValue) to behave as one would expect (e.g.
    bool(BooleanValue(False)) returns False).

  • Miscellaneous documentation improvements and bug fixes.

django-configurations - First stable release. Focuses on supporting django1.8 LTS.

Published by ticosax about 8 years ago