- ...
- Add support of app-based settings.
- Fix converting values to Decimal at
DecimalSetting
instances. - Return default value for setting even it not stored to database.
- Lazy process
validators
andchoices
setting attributes, don't care about import ordering. - Added labels support for
choices
value inChoiceSetting
. - Use "Revert" mode in Django admin panel without including
setman.urls
urlpatterns in root URLConf module. - Added
get_config
helper function.
- Initial release