summaryrefslogtreecommitdiff
path: root/tests/admin_views/test_history_view.py
AgeCommit message (Collapse)Author
2025-06-27Fixed #36366 -- Improved accessibility of pagination in the admin.antoliny0919
2025-03-04Fixed #36217 -- Restored pre_save/post_save signal emission via ↵antoliny0919
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>
2023-10-31Fixed #34462 -- Made admin log actions in bulk.Akash Kumar Sen
This also deprecates ModelAdmin.log_deletion() and LogEntryManager.log_action().
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-15Fixed #33316 -- Added pagination to admin history view.mgaligniana
2020-12-18Fixed typo in tests/admin_views/test_history_view.py test name.Nick Pope
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
Thanks Claude Paroz for assistance with translations.
2019-06-14Fixed #12952 -- Adjusted admin log change messages to use form labels ↵Sanyam Khurana
instead of field names.