Skip to content

Releases: jazzband/django-configurations

2.5.1

Choose a tag to compare

@pauloxnet pauloxnet released this 30 Nov 10:00

What's Changed

Full Changelog: 2.5...2.5.1

2.5

2.5

Choose a tag to compare

@pauloxnet pauloxnet released this 20 Oct 19:21

What's Changed

Full Changelog: 2.4.2...2.5

2.4.2

Choose a tag to compare

@gump gump released this 27 Sep 12:06
  • Replace imp (due for removal in Python 3.12) with importlib by @gump + @jbkkd

2.4.1

Choose a tag to compare

@pauloxnet pauloxnet released this 04 Apr 15:13
cad6dcb

Full Changelog: 2.4...2.4.1

2.4

2.4

Choose a tag to compare

@jezdez jezdez released this 01 Sep 09:46

What's Changed

New Contributors

Full Changelog: 2.3.2...2.4

2.3.2

Choose a tag to compare

@ticosax ticosax released this 25 Jan 09:29
141d8ef
  • Add compatibility with Django 4.0
  • Fix regression where settings receiving a default were ignored. #323 #327

2.3.1

Choose a tag to compare

@jezdez jezdez released this 08 Nov 15:58
2.3.1
c3b5e86
  • 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.

2.3

2.3

Choose a tag to compare

@brianhelba brianhelba released this 27 Oct 16:52
1f17d67
  • 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.

2.2

2.2

Choose a tag to compare

@jezdez jezdez released this 21 Apr 19:34
2.2
8d7036d
Support for Django 3.0, Python 3.8 and PyPy 3.

Support Django 2.1

Choose a tag to compare

@blueyed blueyed released this 16 Aug 12:51
  • 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.