Skip to content

Releases: zlorf/django-dbsettings

v0.11.0

02 Aug 08:49
b308d7a
Compare
Choose a tag to compare
  • 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

02 Aug 08:48
Compare
Choose a tag to compare
  • Added compatibility with Django 1.10

v0.9.3

02 Jun 21:39
Compare
Choose a tag to compare
  • Fixed (hopefully for good) problem with ImageValue in Python 3 (thanks rolexCoder)

v0.9.2

02 Jun 21:38
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release
  • Fixed bug when saving non-required settings
  • Fixed problem with ImageValue in Python 3 (thanks rolexCoder)

v0.9.1

10 Jan 11:18
Compare
Choose a tag to compare
  • Fixed Sites app being optional (thanks rolexCoder)

v0.9.0

10 Jan 11:18
Compare
Choose a tag to compare
  • Added compatibility with Django 1.9 (thanks Alonso)
  • Dropped compatibility with Django 1.4, 1.5, 1.6

v0.8.2

17 Sep 15:30
Compare
Choose a tag to compare
  • 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)