Skip to content

Releases: fabiocaccamo/django-extra-settings

0.7.0

13 Dec 22:59

Choose a tag to compare

  • Add Python 3.11 and django 4.1 support.
  • Drop Python < 3.8 and Django < 2.2 support. #49
  • Add pre-commit.
  • Replace str.format with f-strings.
  • Replace setup.py test in favor of runtests.py.
  • Increase the size of the name and value_string fields to 255. #37
  • Bump requirements and actions.

0.6.1

27 Sep 07:51

Choose a tag to compare

0.6.0

23 Sep 12:09

Choose a tag to compare

0.5.1

05 Jul 12:14

Choose a tag to compare

  • Fixed admin static css media bug.

0.5.0

01 Jul 13:37

Choose a tag to compare

  • Added settings.EXTRA_SETTINGS_SHOW_NAME_PREFIX_LIST_FILTER setting (default False). #31

0.4.0

15 Jun 21:59

Choose a tag to compare

  • Added override_settings decorator / context-manager. #20
  • Added settings.EXTRA_SETTINGS_DEFAULTS support. #21
  • Fixed missing migration warning by adding explicit default_auto_field app setting. #23
  • Fixed possibility to pass value to the Setting model constructor.

0.3.2

10 May 08:33

Choose a tag to compare

  • Added EXTRA_SETTINGS_CACHE_NAME setting.
  • Reduced database hits when using the template tag more than once in the same page.
  • Improved admin fieldsets.

0.3.1

21 Apr 17:10

Choose a tag to compare

  • Added EXTRA_SETTINGS_VERBOSE_NAME setting.

0.3.0

27 Jan 22:21

Choose a tag to compare

0.2.0

17 Jan 23:20

Choose a tag to compare

  • Added description to setting model. #16 - Credits: @obdulia-losantos
  • Added EXTRA_SETTINGS_ENFORCE_UPPERCASE_SETTINGS setting (default True).
  • Added EXTRA_SETTINGS_SHOW_TYPE_LIST_FILTER setting (default False).
  • Fixed missing comma in tests settings MIDDLEWARE_CLASSES. #14