From a97e50c5e6afe0ce2a8fb2ca27c88e57611b0053 Mon Sep 17 00:00:00 2001 From: 薛丞宏 Date: Tue, 23 Jun 2015 14:08:12 +0800 Subject: [1.8.x] Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_name on Python 3. Backport of d3e12c901777697b7bf08b25e2dd46f0b951db8c from master --- docs/releases/1.8.3.txt | 3 +++ docs/spelling_wordlist | 1 + 2 files changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt index 38bcaf5374..512d6ff7c7 100644 --- a/docs/releases/1.8.3.txt +++ b/docs/releases/1.8.3.txt @@ -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`). diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index 04442b5b37..60c9726791 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -511,6 +511,7 @@ Quickstart quoteless Radziej rc +reallowed rebase rebased rebasing -- cgit v1.3