.. |
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
|
Simplified <body> element references in DateTimeShortcuts.js.
|
2020-07-04 21:14:52 +02:00 |
templates
|
Refs #26761 -- Removed extra space in admin change list result header.
|
2020-06-25 06:33:12 +02:00 |
templatetags
|
Fixed #31590 -- Fixed ModelAdmin.date_hierarchy crash with an empty QuerySet.
|
2020-05-15 06:35:10 +02:00 |
views
|
Fixed #31597, #31603 -- Corrected admin clear all filters link behavior.
|
2020-05-20 21:08:47 +02: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 #31616 -- Added hint about middleware ordering for SessionMiddleware admin check.
|
2020-05-25 21:14:32 +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
|
Fixed #31524 -- Removed minified static assets from the admin.
|
2020-05-14 16:07:56 +02: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 #6933 -- Added support for searching against quoted phrases in ModelAdmin.search_fields.
|
2020-06-18 20:17:20 +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 CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.
|
2020-06-03 09:23:00 +02:00 |