Skip to content

Releases: mikeengland/django-setty

Release 3.2.2

23 Jun 18:11
Compare
Choose a tag to compare

Avoid extra set call in _retrieve_and_cache_setting

V3.2.1

26 Jan 13:26
Compare
Choose a tag to compare

CI and setup.py/requirement.txt changes.

v3.2.0

26 Jan 11:59
Compare
Choose a tag to compare

app_name added to settings model

V3.1.0

19 Jun 20:03
Compare
Choose a tag to compare

Bug fixes to reduce the character limit size on some of the model fields to prevent errors when using a database with the utf8mb4 character set.

v3.0.0

02 Apr 17:58
Compare
Choose a tag to compare
  • Converted setting name column to be of max length 190 characters to avoid MySQL 5.6 key length errors with certain collations.