summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-11-13 12:24:15 -0500
committerTim Graham <timograham@gmail.com>2013-11-13 12:24:15 -0500
commit94d567ba30ce962fe395e61db492256972970364 (patch)
tree75fe30b9eb9617bf511155ee43085f3472415a7d /docs
parentcb83448891f2920c926f61826d8eae4051a3d8f2 (diff)
Added release note for #21410; thanks Loic.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.6.1.txt b/docs/releases/1.6.1.txt
index 128a2e99c5..5c9bd1e1c5 100644
--- a/docs/releases/1.6.1.txt
+++ b/docs/releases/1.6.1.txt
@@ -12,3 +12,6 @@ Bug fixes
=========
* Fixed ``BCryptSHA256PasswordHasher`` with py-bcrypt and Python 3 (#21398).
+* Fixed a regression that prevented a ``ForeignKey`` with a hidden reverse
+ manager (``related_name`` ending with '+') from being used as a lookup for
+ ``prefetch_related`` (#21410).