1
0
mirror of https://github.com/django/django.git synced 2025-03-31 03:30:46 +00:00

7 Commits

Author SHA1 Message Date
antoliny0919
03ace756ea [5.1.x] Fixed -- 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>

Backport of c09bceef68e5abb79accedd12dade16aa6577a09 from main.
2025-03-04 10:38:15 +01:00
Akash Kumar Sen
40b3975e7d Fixed -- Made admin log actions in bulk.
This also deprecates ModelAdmin.log_deletion() and
LogEntryManager.log_action().
2023-10-31 18:06:44 +01:00
django-bot
9c19aff7c7 Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
mgaligniana
ac5cc6cf01 Fixed -- Added pagination to admin history view. 2021-12-15 10:54:08 +01:00
Nick Pope
9ef0394b54
Fixed typo in tests/admin_views/test_history_view.py test name. 2020-12-18 09:23:22 +01:00
Jon Dufresne
42b9a23267 Fixed -- Improved typography of user facing strings.
Thanks Claude Paroz for assistance with translations.
2019-06-28 16:46:18 +02:00
Sanyam Khurana
87f5d07eed Fixed -- Adjusted admin log change messages to use form labels instead of field names. 2019-06-14 18:20:29 +02:00