Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 523 Bytes

CHANGES.rst

File metadata and controls

19 lines (15 loc) · 523 Bytes

django-setman Changes

0.2 (current)

  • Return default value for setting even it not stored to database.
  • Lazy process validators and choices setting attributes, don't care about import ordering.
  • Added labels support for choices value in ChoiceSetting.
  • Use "Revert" mode in Django admin panel without including setman.urls urlpatternsin root URLConf module.
  • Added get_config helper function.

0.1-beta

  • Initial release