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
a946f92ab3
commit
161c1d34be
2 changed files with 18 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.utils.functional import LazyObject
|
||||
|
||||
__version__ = '1.3.4'
|
||||
__version__ = '2.0.0'
|
||||
|
||||
default_app_config = 'constance.apps.ConstanceConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,23 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v2.0 (2017/02/17)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
* **BACKWARD INCOMPATIBLE** Added the old value to the config_updated signal.
|
||||
|
||||
* Added a `get_changelist_form` hook in the ModelAdmin.
|
||||
|
||||
* Fix create_perm in apps.py to use database alias given by the post_migrate
|
||||
signal.
|
||||
|
||||
* Added tests for django 1.11.
|
||||
|
||||
* Fix Reset to default to work with boolean/checkboxes.
|
||||
|
||||
* Fix handling of MultiValueField's (eg SplitDateTimeField) on the command
|
||||
line.
|
||||
|
||||
v1.3.4 (2016/12/23)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue