- Refactor bootstrapping of test project.
- Checked support of Django 1.4.
- Show error message in UI if table for
Settingsmodel is not created in database. - Add verbose on
AttributeErrorsinLazySettingsclass.
- Add support of app-based settings.
- Fix converting values to Decimal at
DecimalSettinginstances. - Return default value for setting even it not stored to database.
- Lazy process
validatorsandchoicessetting attributes, don't care about import ordering. - Added labels support for
choicesvalue inChoiceSetting. - Use "Revert" mode in Django admin panel without including
setman.urlsurlpatterns in root URLConf module. - Added
get_confighelper function.
- Initial release