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:25:31 -0500
commit5b8c8c462d2b7b24370a39bf519c57f1ddf782b6 (patch)
treeffb70f5ec34634d3ba16513044f112a027922c28 /docs
parentb107421acfc4046ffaa799aceef2c3b4877207f2 (diff)
[1.6.x] Added release note for #21410; thanks Loic.
Backport of 94d567ba30 from master
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).