Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_name on Python 3.

This commit is contained in:
薛丞宏 2015-06-23 14:08:12 +08:00 committed by Tim Graham
parent 60879a2193
commit d3e12c9017
4 changed files with 25 additions and 6 deletions

View file

@ -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`).

View file

@ -625,6 +625,7 @@ quo
quoteless
Radziej
rc
reallowed
rebase
rebased
rebasing