django/tests/admin_changelist
Akash Kumar Sen 40b3975e7d Fixed #34462 -- Made admin log actions in bulk.
This also deprecates ModelAdmin.log_deletion() and
LogEntryManager.log_action().
2023-10-31 18:06:44 +01:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
admin.py Fixed #34283 -- Escaped title in admin's changelist filters. 2023-01-30 09:37:53 +01:00
models.py Fixed #34283 -- Escaped title in admin's changelist filters. 2023-01-30 09:37:53 +01:00
test_date_hierarchy.py Fixed #1873 -- Handled multi-valued query parameters in admin changelist filters. 2023-03-16 08:38:44 +01:00
tests.py Fixed #34462 -- Made admin log actions in bulk. 2023-10-31 18:06:44 +01:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00