Releases: zlorf/django-dbsettings
Releases · zlorf/django-dbsettings
v0.11.0
- Added compatibility with Django 1.11, 2.0, 2.1, 2.2 (thanks Mlier)
- Dropped compatibility with Django 1.7, 1.8, 1.9
v0.10.0
- Added compatibility with Django 1.10
v0.9.3
- Fixed (hopefully for good) problem with ImageValue in Python 3 (thanks rolexCoder)
v0.9.2
- Fixed bug when saving non-required settings
- Fixed problem with ImageValue in Python 3 (thanks rolexCoder)
v0.9.1
- Fixed
Sites
app being optional (thanks rolexCoder)
v0.9.0
- Added compatibility with Django 1.9 (thanks Alonso)
- Dropped compatibility with Django 1.4, 1.5, 1.6
v0.8.2
- Added migrations to distro
- Add configuration option to change max length of setting values from 255 to whatever
- Add configuration option to disable caching (thanks @nwaxiomatic)
- Fixed PercentValue rendering (thanks @last-partizan)