1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[5.1.x] 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>

Backport of 27b68bcadf from main.
This commit is contained in:
Adam Johnson
2025-03-12 11:05:50 +00:00
committed by Natalia
parent ccd5867ae6
commit cfc33d146e
4 changed files with 59 additions and 4 deletions

View File

@@ -9,4 +9,6 @@ Django 5.1.8 fixes several bugs in 5.1.7.
Bugfixes
========
* ...
* Fixed a regression in Django 5.1.7 where the removal of the ``single_object``
parameter unintentionally altered the signature and return type of
``LogEntryManager.log_actions()`` (:ticket:`36234`).