diff --git a/constance/__init__.py b/constance/__init__.py index c3694b9..7cec373 100644 --- a/constance/__init__.py +++ b/constance/__init__.py @@ -1,6 +1,6 @@ from django.utils.functional import LazyObject -__version__ = '2.3.1' +__version__ = '2.4.0' default_app_config = 'constance.apps.ConstanceConfig' diff --git a/docs/changes.rst b/docs/changes.rst index 0950e94..87b256e 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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) ~~~~~~~~~~~~~~~~~~~