django-constance/constance
Ekin Ertaç dfce4f2fe5
url() is deprecated in Django 3.1 (#418)
* replace url()'s with re_path()

* convert re_path to path

* import path instead of re_path

* Convert missed re_path to path

Co-authored-by: Alexandr Artemyev <mogost@gmail.com>
2020-11-18 11:12:27 -05:00
..
backends Add memory backend (#394) 2020-06-10 19:49:42 +02:00
locale Create and add fa language translations files (#420) 2020-11-18 11:11:04 -05:00
management command-to-delete-stale-records (#355) 2020-01-27 14:24:32 -05:00
static/admin Added a sticky footer (#407) 2020-06-10 14:21:49 +02:00
templates/admin/constance Respect other classes added by admin templates (#417) 2020-11-18 11:11:35 -05:00
test Allow override_config for pytest (#338) 2020-04-04 11:38:22 -05:00
__init__.py Bump version 2020-06-22 17:37:59 -05:00
admin.py url() is deprecated in Django 3.1 (#418) 2020-11-18 11:12:27 -05:00
apps.py Read-only form with correct perm (#393) 2020-04-29 12:02:04 -05:00
base.py Drop support py<3.5 django<2.2 (#359) 2019-12-23 16:20:41 -05:00
checks.py changes for get_inconsistent_fieldnames(): fields_list can be a dictionary, when a fieldset is defined as collapsible (#433) 2020-11-18 11:10:31 -05:00
context_processors.py Please the PEP8 gods. 2013-04-12 17:39:10 +02:00
settings.py Resolve #367: Set pickle protocol version for the Redis backend (#369) 2020-01-14 15:46:27 -05:00
signals.py Added the old value to the config_updated signal 2017-01-31 10:41:55 -05:00
utils.py Merge remote-tracking branch 'vinnyrose/compat_changes' 2015-09-24 11:02:45 +02:00