summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-02-11 10:39:53 -0500
committerTim Graham <timograham@gmail.com>2016-02-18 19:56:36 -0500
commit0f667a580a3cae4d891d07b0f9d3b44d8a01d4ed (patch)
tree7fc4f852e74807d2d9e5fb8eed5e1f2437da8dc3 /docs
parent33525bb1203bdec0750ed34cc4457667b4943955 (diff)
[1.8.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.
Thanks Shai Berger for the review. Backport of b1afebf882db5296cd9dcea26ee66d5250922e53 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.10.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.10.txt b/docs/releases/1.8.10.txt
index b29000eb20..b63ae2abdc 100644
--- a/docs/releases/1.8.10.txt
+++ b/docs/releases/1.8.10.txt
@@ -21,3 +21,6 @@ Bugfixes
* Fixed :class:`~django.contrib.postgres.fields.RangeField` and
:class:`~django.contrib.postgres.fields.ArrayField` serialization with
``None`` values (:ticket:`26215`).
+
+* Reallowed dashes in top-level domain names of URLs checked by
+ ``URLValidator`` to fix a regression in Django 1.8 (:ticket:`26204`).