mirror of
https://github.com/jazzband/django-constance.git
synced 2026-04-26 09:44:51 +00:00
Bump version
This commit is contained in:
parent
79db604954
commit
96e95fcfe6
2 changed files with 43 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from django.utils.functional import LazyObject
|
||||
from . import checks
|
||||
|
||||
__version__ = '2.6.0'
|
||||
__version__ = '2.7.0'
|
||||
|
||||
default_app_config = 'constance.apps.ConstanceConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,52 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v2.7.0 (2020/06/22)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Deleted south migrations
|
||||
|
||||
* Improve grammar of documentation index file
|
||||
|
||||
* Simplify documentation installation section
|
||||
|
||||
* Fix IntegrityError after 2.5.0 release
|
||||
(Allow concurrent calls to `DatabaseBackend.set()` method)
|
||||
|
||||
* Make groups of fieldsets collapsable
|
||||
|
||||
* Allow override_config for pytest
|
||||
|
||||
* Put back wheel generation in travis
|
||||
|
||||
* Fix wrong "is modified" in admin for multi line strings
|
||||
|
||||
* Switch md5 to sha256
|
||||
|
||||
* Fix Attempts to change config values fail silently and
|
||||
appear to succeed when user does not have change permissions
|
||||
|
||||
* Make constance app verbose name translatable
|
||||
|
||||
* Update example project for Django>2
|
||||
|
||||
* Add anchors in admin for constance settings
|
||||
|
||||
* Added a sticky footer in django constance admin
|
||||
|
||||
* Add memory backend
|
||||
|
||||
* Added Ukrainian locale
|
||||
|
||||
* Added lazy checks for pytest
|
||||
|
||||
v2.6.0 (2020/01/29)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Drop support py<3.5 django<2.2
|
||||
|
||||
* Set pickle protocol version for the Redis backend
|
||||
|
||||
* Add a command to delete stale records
|
||||
|
||||
v2.5.0 (2019/12/23)
|
||||
|
|
@ -324,4 +365,4 @@ v0.5 (2013/03/02)
|
|||
|
||||
* Added ``CONSTANCE_DATABASE_PREFIX`` setting allow setting a key prefix.
|
||||
|
||||
* Switched test runner to use django-nose.
|
||||
* Switched test runner to use django-nose.
|
||||
Loading…
Reference in a new issue