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
cfc9567953
commit
8f71bca192
2 changed files with 12 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.utils.functional import LazyObject
|
||||
|
||||
__version__ = '1.1.2'
|
||||
__version__ = '1.2'
|
||||
|
||||
default_app_config = 'constance.apps.ConstanceConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,17 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v1.2 (2016/05/14)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Custom Fields were added as a new feature
|
||||
|
||||
* Added documentation on how to use Custom settings form
|
||||
|
||||
* Introduced ``CONSTANCE_IGNORE_ADMIN_VERSION_CHECK``
|
||||
|
||||
* Improved documentation for ``CONSTANCE_ADDITIONAL_FIELDS``
|
||||
|
||||
v1.1.2 (2016/02/08)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue