diff options
| author | Tim Graham <timograham@gmail.com> | 2013-11-13 12:24:15 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-11-13 12:24:15 -0500 |
| commit | 94d567ba30ce962fe395e61db492256972970364 (patch) | |
| tree | 75fe30b9eb9617bf511155ee43085f3472415a7d /docs | |
| parent | cb83448891f2920c926f61826d8eae4051a3d8f2 (diff) | |
Added release note for #21410; thanks Loic.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.1.txt | 3 |
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). |
