mirror of
https://github.com/django/django.git
synced 2025-10-17 13:58:24 +00:00
Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_name on Python 3.
This commit is contained in:
parent
60879a2193
commit
d3e12c9017
4 changed files with 25 additions and 6 deletions
|
@ -82,3 +82,6 @@ Bugfixes
|
|||
|
||||
* Fixed a regression when deleting a model through the admin that has a
|
||||
``GenericRelation`` with a ``related_query_name`` (:ticket:`24940`).
|
||||
|
||||
* Reallowed non-ASCII values for ``ForeignKey.related_name`` on Python 3 by
|
||||
fixing the false positive system check (:ticket:`25016`).
|
||||
|
|
|
@ -625,6 +625,7 @@ quo
|
|||
quoteless
|
||||
Radziej
|
||||
rc
|
||||
reallowed
|
||||
rebase
|
||||
rebased
|
||||
rebasing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue