summaryrefslogtreecommitdiff
path: root/tests/admin_views/test_history_view.py
diff options
context:
space:
mode:
authorantoliny0919 <antoliny0919@gmail.com>2025-02-28 20:17:17 +0900
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-03-04 10:34:15 +0100
commitc09bceef68e5abb79accedd12dade16aa6577a09 (patch)
tree6f0d89f6b5d517550ba10fd4002e4dc783118337 /tests/admin_views/test_history_view.py
parent1759c1dbd1e3cd4c9fcd345269e0d25796468f7f (diff)
Fixed #36217 -- Restored pre_save/post_save signal emission via LogEntry.save() for single-object deletion in the admin.
Regression in 40b3975e7d3e1464a733c69171ad7d38f8814280. Thanks smiling-watermelon for the report. Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
Diffstat (limited to 'tests/admin_views/test_history_view.py')
-rw-r--r--tests/admin_views/test_history_view.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/admin_views/test_history_view.py b/tests/admin_views/test_history_view.py
index dfac3530bf..7079c1d0d8 100644
--- a/tests/admin_views/test_history_view.py
+++ b/tests/admin_views/test_history_view.py
@@ -66,7 +66,6 @@ class SeleniumTests(AdminSeleniumTestCase):
[self.superuser],
CHANGE,
change_message=f"Changed something {i}",
- single_object=True,
)
self.admin_login(
username="super",