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>
This commit is contained in:
Adam Johnson 2025-03-12 11:05:50 +00:00 committed by nessita
parent ed984f2ac4
commit 27b68bcadf
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`).