diff options
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 293aa6f816..ff37b3159e 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -625,6 +625,7 @@ quo quoteless Radziej rc +reallowed rebase rebased rebasing |
