Skip to content

Instantly share code, notes, and snippets.

@loic
Created November 13, 2013 17:04
Show Gist options
  • Save loic/7452577 to your computer and use it in GitHub Desktop.
Save loic/7452577 to your computer and use it in GitHub Desktop.
diff --git a/docs/releases/1.6.1.txt b/docs/releases/1.6.1.txt
index 128a2e9..5c9bd1e 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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment