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:25:31 -0500 |
| commit | 5b8c8c462d2b7b24370a39bf519c57f1ddf782b6 (patch) | |
| tree | ffb70f5ec34634d3ba16513044f112a027922c28 /docs | |
| parent | b107421acfc4046ffaa799aceef2c3b4877207f2 (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.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). |
