Bump version

This commit is contained in:
Camilo Nova 2019-03-16 12:25:10 -05:00
parent bb03e1e65a
commit c965db1bd9
2 changed files with 16 additions and 2 deletions

View file

@ -1,6 +1,6 @@
from django.utils.functional import LazyObject
__version__ = '2.3.1'
__version__ = '2.4.0'
default_app_config = 'constance.apps.ConstanceConfig'

View file

@ -1,12 +1,26 @@
Changelog
---------
v2.4.0 (2019/03/16)
~~~~~~~~~~~~~~~~~~~
* Show not existing fields in field_list
* Drop Django<1.11 and 2.0, fix tests vs Django 2.2b
* Fixed "Reset to default" button with constants whose name contains a space
* Use default_storage to save file
* Allow null & blank for PickleField
* Removed Python 3.4 since is not longer supported
v2.3.1 (2018/09/20)
~~~~~~~~~~~~~~~~~~~
* Fixes javascript typo.
v2.3.0 (2018/09/13)
~~~~~~~~~~~~~~~~~~~