mirror of
https://github.com/jazzband/django-constance.git
synced 2026-05-20 13:21:55 +00:00
Bump version
This commit is contained in:
parent
2665fbdf9c
commit
0b9a00099a
2 changed files with 14 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.utils.functional import LazyObject
|
||||
|
||||
__version__ = '1.2'
|
||||
__version__ = '1.2.1'
|
||||
|
||||
default_app_config = 'constance.apps.ConstanceConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,19 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v1.2.1 (2016/09/1)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Added some fixes to small bugs
|
||||
|
||||
* Fix cache when key changes
|
||||
|
||||
* Upgrade django_redis connection string
|
||||
|
||||
* Autofill cache key if key is missing
|
||||
|
||||
* Added support for fieldsets
|
||||
|
||||
v1.2 (2016/05/14)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue