Commit 94d567ba authored by Tim Graham's avatar Tim Graham
Browse files

Added release note for #21410; thanks Loic.

parent cb834488
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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).