mirror of
https://github.com/jazzband/django-constance.git
synced 2026-05-20 21:31:54 +00:00
Bump version
This commit is contained in:
parent
ebf1d228ef
commit
9d4d0ab334
2 changed files with 11 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import django.dispatch
|
||||
from django.utils.functional import LazyObject
|
||||
|
||||
__version__ = '1.2.1'
|
||||
__version__ = '1.3'
|
||||
|
||||
default_app_config = 'constance.apps.ConstanceConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,18 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v1.2.1 (2016/09/1)
|
||||
v1.3 (2016/09/14)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
* **BACKWARD INCOMPATIBLE** Dropped support for Django < 1.8).
|
||||
|
||||
* Added ordering constance fields using OrderedDict
|
||||
|
||||
* Added a signal when updating constance fields
|
||||
|
||||
v1.2.1 (2016/09/1)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Added some fixes to small bugs
|
||||
|
||||
* Fix cache when key changes
|
||||
|
|
|
|||
Loading…
Reference in a new issue