mirror of
https://github.com/django/django.git
synced 2025-08-18 09:40:51 +00:00
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:
parent
ed984f2ac4
commit
27b68bcadf
4 changed files with 59 additions and 4 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue