Skip to content

Releases: fabiocaccamo/django-extra-settings

0.5.1

05 Jul 12:14
Compare
Choose a tag to compare
  • Fixed admin static css media bug.

0.5.0

01 Jul 13:37
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Added EXTRA_SETTINGS_VERBOSE_NAME setting.

0.3.0

27 Jan 22:21
Compare
Choose a tag to compare

0.2.0

17 Jan 23:20
Compare
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

0.1.4

08 Dec 15:13
Compare
Choose a tag to compare

0.1.3

08 Oct 09:14
Compare
Choose a tag to compare

0.1.2

04 Sep 14:33
Compare
Choose a tag to compare