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
288ca7c5e4
commit
0e94d13b2a
2 changed files with 16 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from django.utils.functional import LazyObject
|
||||
from . import checks
|
||||
|
||||
__version__ = '2.4.0'
|
||||
__version__ = '2.5.0'
|
||||
|
||||
default_app_config = 'constance.apps.ConstanceConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,21 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v2.5.0 (2019/12/23)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Made results table responsive for Django 2 admin
|
||||
|
||||
* Add a Django system check that CONFIG_FIELDSETS accounts for all of CONFIG
|
||||
|
||||
* Rewrite set() method of database backend to reduce number of queries
|
||||
|
||||
* Fixed "can't compare offset-naive and offset-aware datetimes" when USE_TZ = True
|
||||
|
||||
* Fixed compatibility issue with Django 3.0 due to django.utils.six
|
||||
|
||||
* Add Turkish language
|
||||
|
||||
v2.4.0 (2019/03/16)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue