summaryrefslogtreecommitdiff
path: root/docs/releases/5.1.7.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/5.1.7.txt')
-rw-r--r--docs/releases/5.1.7.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/5.1.7.txt b/docs/releases/5.1.7.txt
index deda4f2f92..c32f8f5ae1 100644
--- a/docs/releases/5.1.7.txt
+++ b/docs/releases/5.1.7.txt
@@ -16,3 +16,8 @@ Bugfixes
* Fixed a bug in Django 5.1 where ``FileSystemStorage``, with
``allow_overwrite`` set to ``True``, did not truncate the overwritten file
content (:ticket:`36191`).
+
+* Fixed a regression in Django 5.1 where the ``count`` and ``exists`` methods
+ of ``ManyToManyField`` related managers would always return ``0`` and
+ ``False`` when the intermediary model back references used ``to_field``
+ (:ticket:`36197`).