From bc98bc56a52860688ea0ae2ec7b9e59ddb72a811 Mon Sep 17 00:00:00 2001 From: Alexey Sveshnikov Date: Fri, 3 Jul 2015 19:35:55 +0300 Subject: Fixed #25059 -- Allowed Punycode TLDs in URLValidator --- 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 ebc20f9b23..719fc3d31a 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -605,6 +605,7 @@ proxied proxying pseudocode psycopg +Punycode Puthraya py pyformat -- cgit v1.3