From f4732b97fbd43e76e87f04ed355b8e9d350b81f6 Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Thu, 19 Nov 2020 08:26:54 -0500 Subject: [PATCH] Bump version --- constance/__init__.py | 2 +- docs/changes.rst | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/constance/__init__.py b/constance/__init__.py index 42f3748..97ac58d 100644 --- a/constance/__init__.py +++ b/constance/__init__.py @@ -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' diff --git a/docs/changes.rst b/docs/changes.rst index 09d1d16..7d64714 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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. \ No newline at end of file +* Switched test runner to use django-nose.