django/tests/admin_utils
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 Renamed tests for util -> utils moves; refs #17627. 2014-12-31 11:26:27 -05:00
admin.py Fixed #34303 –- Allowed customizing admin site log entry list. 2023-02-08 18:37:32 +01:00
models.py Fixed #34462 -- Made admin log actions in bulk. 2023-10-31 18:06:44 +01:00
test_logentry.py Fixed #34462 -- Made admin log actions in bulk. 2023-10-31 18:06:44 +01:00
tests.py Removed unnecessary trailing commas in tests. 2023-08-22 12:42:57 +02:00
urls.py Fixed #34303 –- Allowed customizing admin site log entry list. 2023-02-08 18:37:32 +01:00