Bump version

This commit is contained in:
Camilo Nova 2020-11-19 08:26:54 -05:00
parent c6087f8580
commit f4732b97fb
2 changed files with 19 additions and 2 deletions

View file

@ -1,7 +1,7 @@
from django.utils.functional import LazyObject
from . import checks
__version__ = '2.7.0'
__version__ = '2.8.0'
default_app_config = 'constance.apps.ConstanceConfig'

View file

@ -1,6 +1,23 @@
Changelog
---------
v2.8.0 (2020/11/19)
~~~~~~~~~~~~~~~~~~~
* Prevent reset to default for file field
* Fields_list can be a dictionary, when a fieldset is defined as collapsible
* Create and add fa language translations files
* Respect other classes added by admin templates
* Removed deprecated url()
* Use gettext_lazy instead of ugettext_lazy
* Updated python and django version support
v2.7.0 (2020/06/22)
~~~~~~~~~~~~~~~~~~~
@ -365,4 +382,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.