django1/django/contrib/admin
Jon Dufresne d522b51c40 Fixed #31575 -- Added system check for admin sidebar request context processor dependency.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2020-05-14 11:00:51 +02:00
..
bin Fixed #31493 -- Replaced var with const and let keywords in JavaScript. 2020-04-29 10:22:41 +02:00
locale Updated JS admin translation catalog. 2020-05-11 22:59:27 +02:00
migrations Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules. 2019-11-05 08:16:31 +01:00
static/admin Removed unused Downcoder.chars. 2020-05-13 21:07:14 +02:00
templates Corrected indentation of #main div in admin base template. 2020-05-11 18:16:38 +02:00
templatetags Removed unnecessary &nbsp; entities from the admin. 2020-04-29 11:40:24 +02:00
views Fixed #31187 -- Fixed detecting of existing total ordering in admin changelist when using Meta.constraints. 2020-02-19 09:36:23 +01:00
__init__.py Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters. 2020-01-03 07:58:04 +01: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 Fixed #31575 -- Added system check for admin sidebar request context processor dependency. 2020-05-14 11:00:51 +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 #28991 -- Added EmptyFieldListFilter class in admin.filters. 2020-01-03 07:58:04 +01:00
forms.py Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError. 2020-04-28 10:49:00 +02:00
helpers.py Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
models.py Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules. 2019-11-05 08:16:31 +01:00
options.py Fixed E128, E741 flake8 warnings. 2020-05-12 08:52:23 +02:00
sites.py Fixed #31034 -- Added a navigation sidebar to the admin. 2020-05-11 18:16:38 +02:00
tests.py Refs #29892 -- Made Selenium tests wait for popups to be ready. 2019-12-02 15:06:36 +01:00
utils.py Refs #30116 -- Simplified regex match group access with Match.__getitem__(). 2020-05-11 12:01:28 +02:00
widgets.py Fixed #31365 -- Removed jQuery usage in SelectFilter2.js. 2020-03-24 09:14:22 +01:00