- Chore: Update dependencies, added GitHub Actions and docs.
- Feat: Changed thread cache with Django cache
- Feat: Added thread cache
- Feat: Added help text for option
- Feat: Added typing
- Fix: Optional default_app_config
- Feat: Support for Django 4.0.
- Fix: Better format in code.
- Fixed problem with lists (Thanks to @saruba!)
- Changed STRING to STR (Thanks to @seik!)
- Added public option to Option.
- Changed permissions classes to OptionViewSet.
- Changed admin module.
- Fixed bug with import settings.
- Drop support for Python 2.
Option
model andUserOption
model are now swappable.- Added option for file options.
- Changed names of settings variables.
- Added
pyptoject.toml
to distribute. - Tests running with pytest.
- Added admin to user options.
- Added integration with Django Rest Framework.
- Added tests.
- Added validation on types before saving (Thanks to @aaloy!).
- Added model for user's custom options.
- Fixed dependency with GeoDejango.
- Add search options to admin.
- Export current options command.
- First release on PyPI.