django/tests/admin_utils
antoliny0919 c09bceef68 Fixed #36217 -- Restored pre_save/post_save signal emission via LogEntry.save() for single-object deletion in the admin.
Regression in 40b3975e7d.

Thanks smiling-watermelon for the report.

Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
2025-03-04 10:34:15 +01: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 #36217 -- Restored pre_save/post_save signal emission via LogEntry.save() for single-object deletion in the admin. 2025-03-04 10:34:15 +01: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