summaryrefslogtreecommitdiff
path: root/tests/validators
diff options
context:
space:
mode:
authorDheerendra Rathor <dheeru.rathor14@gmail.com>2015-10-28 12:24:57 +0530
committerTim Graham <timograham@gmail.com>2015-10-29 10:59:22 -0400
commit96fe90f5356971e0e51a0bc41e045dde600d7521 (patch)
tree2aea7447fc322179e3683ae1b59a83bd79adab78 /tests/validators
parent15ef1dd478c5b6f005e5f782b7619f718ed55e84 (diff)
downloaddjango-96fe90f5356971e0e51a0bc41e045dde600d7521.tar.gz
Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the domain section.
Diffstat (limited to 'tests/validators')
-rw-r--r--tests/validators/invalid_urls.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/validators/invalid_urls.txt b/tests/validators/invalid_urls.txt
index a3393d76ed..12a1226359 100644
--- a/tests/validators/invalid_urls.txt
+++ b/tests/validators/invalid_urls.txt
@@ -49,3 +49,4 @@ http://.www.foo.bar./
http://[::1:2::3]:8080/
http://[]
http://[]:8080
+http://example..com/