django/tests/admin_utils
Adam Johnson 27b68bcadf Fixed #36234 -- Restored single_object argument to LogEntry.objects.log_actions().
Thank you Adam Johnson for the report and fix. Thank you Sarah Boyce for
your spot on analysis.

Regression in c09bceef68, which is
partially reverted in this branch.

Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
2025-03-12 16:25:28 -03:00
..
__init__.py
admin.py Fixed #34303 –- Allowed customizing admin site log entry list. 2023-02-08 18:37:32 +01:00
models.py Refs #34462 -- Removed ModelAdmin.log_deletion() and LogEntryManager.log_action() per deprecation timeline. 2025-01-15 22:28:37 +01:00
test_logentry.py Fixed #36234 -- Restored single_object argument to LogEntry.objects.log_actions(). 2025-03-12 16:25:28 -03:00
tests.py Fixed #36032 -- Rendered URLField values as links in the admin. 2025-01-10 12:57:53 +01:00
urls.py Fixed #34303 –- Allowed customizing admin site log entry list. 2023-02-08 18:37:32 +01:00