django1/django/contrib/admin
Maxim Milovanov f6c7e75cdf [4.0.x] Fixed #33156 -- Used sessionStorage to preserve quick filter for admin's navigation sidebar.
Backport of 1c802ca2a9 from main
2021-10-06 09:02:45 +02:00
..
locale [4.0.x] Updated source translation catalogs. 2021-09-21 13:36:52 +02:00
migrations Refs #32675 -- Removed to_field from ForeignKeys in contrib apps' migrations. 2021-04-29 07:46:22 +02:00
static/admin [4.0.x] Fixed #33156 -- Used sessionStorage to preserve quick filter for admin's navigation sidebar. 2021-10-06 09:02:45 +02:00
templates [4.0.x] Refs #32204 -- Replaced three dots with ellipsis in navigation sidebar template. 2021-09-21 10:19:37 +02:00
templatetags Fixed #32365 -- Made zoneinfo the default timezone implementation. 2021-09-16 12:11:05 +02:00
views Fixed #32993 -- Added AutocompleteJsonView.serialize_result() to allow customization. 2021-08-10 07:44:37 +02:00
__init__.py Fixed #16117 -- Added decorators for admin action and display functions. 2021-01-13 17:19:22 +01:00
actions.py Fixed #16117 -- Added decorators for admin action and display functions. 2021-01-13 17:19:22 +01:00
apps.py Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
checks.py Fixed #32494 -- Adjusted system check for raw_id_fields to warn about Field.attname. 2021-03-04 08:41:28 +01:00
decorators.py Fixed #16117 -- Added decorators for admin action and display functions. 2021-01-13 17:19:22 +01:00
exceptions.py Prevented data leakage in contrib.admin via query string manipulation. 2014-08-20 14:39:40 -04:00
filters.py Refs #32946 -- Changed internal usage of dynamic Q() objects construction to use non-kwargs initialization. 2021-07-28 09:38:46 +02:00
forms.py Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError. 2020-04-28 10:49:00 +02:00
helpers.py Fixed #33077 -- Fixed links to related models for admin's readonly fields in custom admin site. 2021-09-18 12:27:28 +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 [4.0.x] Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when editing in admin change view. 2021-09-21 13:35:47 +02:00
sites.py Refs #24121 -- Added __repr__() to AdminSite, DefaultAdminSite, and ModelAdmin. 2021-07-05 08:15:58 +02:00
tests.py Fixed #31789 -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
utils.py Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
widgets.py [4.0.x] Fixed #33070 -- Fixed loading translations with language subtags in admin's Select2 widget. 2021-09-21 08:07:59 +02:00