diff options
| author | 薛丞宏 <ihcaoe@gmail.com> | 2015-06-23 14:08:12 +0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-26 08:35:13 -0400 |
| commit | a97e50c5e6afe0ce2a8fb2ca27c88e57611b0053 (patch) | |
| tree | 2e9bf0597dd6fef867f87c119a24746a49f4d449 /docs | |
| parent | ae93aeed2b87c4a6dd9290146aaee5dc57d07bfb (diff) | |
[1.8.x] Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_name on Python 3.
Backport of d3e12c901777697b7bf08b25e2dd46f0b951db8c from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.3.txt | 3 | ||||
| -rw-r--r-- | docs/spelling_wordlist | 1 |
2 files changed, 4 insertions, 0 deletions
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 |
