django1/django/contrib/admin
Baptiste Mispelon 7873d3757d [2.2.x] Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefix contains regex special chars.
Regression in b18650a263.

Backport of 52936eface from master
2019-11-26 09:19:39 +01:00
..
bin Fixed #28769 -- Replaced 'x if x else y' with 'x or y'. 2017-11-07 09:08:46 -05:00
locale [2.2.x] Updated translations from Transifex 2019-06-29 16:15:53 +02:00
migrations Fixed #29370 -- Added choices to LogEntry.action_flag field. 2018-05-07 10:07:45 -04:00
static/admin [2.2.x] Bumped minimum ESLint version to 4.18.2. 2019-06-21 18:00:32 +02:00
templates [2.2.x] Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before rendering clickable link. 2019-06-03 11:37:28 +02:00
templatetags Used 4 space hanging indent for dictionaries. 2019-01-02 18:18:19 -05:00
views Refs #17198 -- Detected existing total ordering in admin changelist. 2019-01-17 16:22:14 +01:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
actions.py Fixed #29419 -- Allowed permissioning of admin actions. 2018-06-18 15:07:29 -04:00
apps.py Fixed #8500 -- Allowed overriding the default admin site instance. 2018-02-03 18:51:10 -05:00
checks.py [2.2.x] Fixed #30312 -- Relaxed admin check from django.contrib.sessions to SessionMiddleware subclasses. 2019-04-26 11:51:28 +02:00
decorators.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
exceptions.py Prevented data leakage in contrib.admin via query string manipulation. 2014-08-20 14:39:40 -04:00
filters.py Fixed #29835 -- Made RelatedFieldListFilter respect ModelAdmin.ordering. 2018-11-14 14:29:39 -05:00
forms.py Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
helpers.py Fixed #29953 -- Added CSS class to column headers in tabular inlines. 2018-11-20 18:17:53 -05:00
models.py Refs #29784 -- Normalized Python docs links to omit the version. 2018-09-25 10:19:42 +02:00
options.py [2.2.x] Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefix contains regex special chars. 2019-11-26 09:19:39 +01:00
sites.py Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates. 2018-08-06 17:03:06 -04:00
tests.py Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
utils.py Simplified contrib.admin.utils.unquote(). 2018-10-02 15:42:56 -04:00
widgets.py [2.2.x] Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before rendering clickable link. 2019-06-03 11:37:28 +02:00