From 8c417564c7317a46883a779b765e54a28dbc7164 Mon Sep 17 00:00:00 2001 From: Alexey Sveshnikov Date: Fri, 3 Jul 2015 19:35:55 +0300 Subject: [1.8.x] Fixed #25059 -- Allowed Punycode TLDs in URLValidator Backport of bc98bc56a52860688ea0ae2ec7b9e59ddb72a811 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 600291d902..104d6eb725 100644 --- a/docs/releases/1.8.3.txt +++ b/docs/releases/1.8.3.txt @@ -92,3 +92,6 @@ Bugfixes * Fixed a regression in the ``unordered_list`` template filter on certain inputs (:ticket:`25031`). + +* Fixed a regression in ``URLValidator`` that invalidated Punycode TLDs + (:ticket:`25059`). diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index 60c9726791..f8fb27a9d7 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -492,6 +492,7 @@ proxied proxying pseudocode psycopg +Punycode Puthraya py pyformat -- cgit v1.3