django1/django/contrib/admin
Moshe Nahmias d938b3b257
Fixed #34040 -- Removed autofocus from admin search box.
2022-09-26 21:06:48 +02:00
..
locale Updated translations from Transifex. 2022-08-03 08:04:34 +02:00
migrations Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
static/admin Fixed #34037 -- Improved color contrast for close buttons in admin. 2022-09-25 19:48:46 +02:00
templates Fixed #34040 -- Removed autofocus from admin search box. 2022-09-26 21:06:48 +02:00
templatetags Fixed #33547 -- Fixed error when rendering invalid inlines with readonly fields in admin. 2022-03-01 08:09:58 +01:00
views Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
__init__.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
actions.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
apps.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
checks.py Refs #2259 -- Disallowed primary keys in ModelAdmin.list_editable. 2022-04-25 11:00:50 +02:00
decorators.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
exceptions.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
filters.py Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects. 2022-07-27 10:06:24 +02:00
forms.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
helpers.py Removed unused InlineAdminForm.ordering_field(). 2022-08-09 09:26:12 +02:00
models.py Refs #30947 -- Changed tuples to lists where appropriate. 2022-08-30 09:57:17 +02:00
options.py Fixed #34023 -- Added inline argument to user_deleted_form(). 2022-09-24 11:16:20 +01:00
sites.py Fixed #7497 -- Allowed overriding the order of apps and models in admin. 2022-03-25 10:33:44 +01:00
tests.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
utils.py Fixed #33927 -- Fixed crash when displaying ArrayField with choices in admin. 2022-08-23 15:51:42 +02:00
widgets.py Fixed #33888 -- Fixed get_select2_language() crash with no language activated. 2022-08-03 19:51:25 +02:00