mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Bump version
This commit is contained in:
parent
563cfdb8ac
commit
8db90e8087
2 changed files with 16 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.utils.functional import LazyObject
|
||||
|
||||
__version__ = '1.3.3'
|
||||
__version__ = '1.3.4'
|
||||
|
||||
default_app_config = 'constance.apps.ConstanceConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,21 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v1.3.4 (2016/12/23)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix config ordering issue
|
||||
|
||||
* Added localize to check modified flag
|
||||
|
||||
* Allow to rename Constance in Admin
|
||||
|
||||
* Preserve line breaks in default value
|
||||
|
||||
* Added functionality from django-constance-cli
|
||||
|
||||
* Added "Reset to default" feature
|
||||
|
||||
v1.3.3 (2016/09/17)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue