Bump version

This commit is contained in:
Camilo Nova 2019-12-23 14:07:28 -05:00
parent 288ca7c5e4
commit 0e94d13b2a
2 changed files with 16 additions and 1 deletions

View file

@ -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'

View file

@ -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)
~~~~~~~~~~~~~~~~~~~