summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2025-03-12 11:05:50 +0000
committerNatalia <124304+nessita@users.noreply.github.com>2025-03-12 16:36:48 -0300
commit95031c1ab1e67c2d77562a0cbce974e6ec439536 (patch)
treef792a83f8b531e750bb5a54ebc5f148d54cb121d /docs
parent5fdc951f43dfc2fc4c2c9ad433d2b05d19243c87 (diff)
[5.2.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 c09bceef68e5abb79accedd12dade16aa6577a09, which is partially reverted in this branch. Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Backport of 27b68bcadf1ab2e9f7fd223aed42db352ccdc62d from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.8.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/5.1.8.txt b/docs/releases/5.1.8.txt
index fd96acd0cb..e5143904a2 100644
--- a/docs/releases/5.1.8.txt
+++ b/docs/releases/5.1.8.txt
@@ -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`).