mirror of
https://github.com/jazzband/django-constance.git
synced 2026-05-11 00:53:13 +00:00
Bump version
This commit is contained in:
parent
bb03e1e65a
commit
c965db1bd9
2 changed files with 16 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.utils.functional import LazyObject
|
||||
|
||||
__version__ = '2.3.1'
|
||||
__version__ = '2.4.0'
|
||||
|
||||
default_app_config = 'constance.apps.ConstanceConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue