Created
November 13, 2013 17:04
-
-
Save loic/7452577 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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