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
29f493f7c1
commit
bc9b11b8fa
2 changed files with 29 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.utils.functional import LazyObject
|
||||
|
||||
__version__ = '2.0.0'
|
||||
__version__ = '2.1.0'
|
||||
|
||||
default_app_config = 'constance.apps.ConstanceConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,34 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v2.0 (2017/02/17)
|
||||
v2.1.0 (2018/02/7)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Move inline JavaScript to constance.js.
|
||||
|
||||
* Remove translation from the app name.
|
||||
|
||||
* Added file uploads.
|
||||
|
||||
* Update information on template context processors.
|
||||
|
||||
* Allow running set while database is not created.
|
||||
|
||||
* Moved inline css/javascripts out to their own files.
|
||||
|
||||
* Add French translations.
|
||||
|
||||
* Add testing for all supported Python and Django versions.
|
||||
|
||||
* Preserve sorting from fieldset config.
|
||||
|
||||
* Added datetime.timedelta support.
|
||||
|
||||
* Added Estonian translations.
|
||||
|
||||
* Account for server timezone for Date object.
|
||||
|
||||
v2.0.0 (2017/02/17)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
* **BACKWARD INCOMPATIBLE** Added the old value to the config_updated signal.
|
||||
|
|
|
|||
Loading…
Reference in a new issue