diff options
| author | Alexey Sveshnikov <alexey.sveshnikov@gmail.com> | 2015-07-03 19:35:55 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-06 15:08:43 -0400 |
| commit | bc98bc56a52860688ea0ae2ec7b9e59ddb72a811 (patch) | |
| tree | e811bc575978eafc4f651e19970ba63409fc3be2 /docs | |
| parent | b74b94445de4173351b8c347deac22129c549f0f (diff) | |
Fixed #25059 -- Allowed Punycode TLDs in URLValidator
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 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 |
