1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Changed some words to use inline markup.

This commit is contained in:
David Smith
2022-03-10 09:18:31 +00:00
committed by GitHub
parent b1005c0e40
commit 67b5f506a6
21 changed files with 43 additions and 50 deletions

View File

@@ -11,7 +11,8 @@ included.
Bug fixes
=========
* Fixed ``BCryptSHA256PasswordHasher`` with py-bcrypt and Python 3 (#21398).
* 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).