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 inc09bceef68, which is partially reverted in this branch. Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Backport of27b68bcadffrom main.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user