summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabriel Muñumel <gabrielmunumel@gmail.com>2015-02-26 08:50:53 +0000
committerTim Graham <timograham@gmail.com>2015-02-26 11:00:52 -0500
commit0831a43c3afc3f93b8ed0c58630836e38248be12 (patch)
tree24982eafb652bc65dbbf6119d2c173296cfcc547 /docs
parentaa6853da22ea6d2fb93d6b067bb073190d86f41a (diff)
[1.7.x] Fixed #24352 -- Fixed crash when coercing ``ManyRelatedManager`` to a string.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.6.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.7.6.txt b/docs/releases/1.7.6.txt
index dd4412a783..bcdb135b03 100644
--- a/docs/releases/1.7.6.txt
+++ b/docs/releases/1.7.6.txt
@@ -9,4 +9,5 @@ Django 1.7.6 fixes several bugs in 1.7.5.
Bugfixes
========
-* ...
+* Fixed crash when coercing ``ManyRelatedManager`` to a string
+ (:ticket:`24352`).