From 96fe90f5356971e0e51a0bc41e045dde600d7521 Mon Sep 17 00:00:00 2001 From: Dheerendra Rathor Date: Wed, 28 Oct 2015 12:24:57 +0530 Subject: Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the domain section. --- docs/releases/1.8.6.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.6.txt b/docs/releases/1.8.6.txt index 76eb32902d..3383e253d0 100644 --- a/docs/releases/1.8.6.txt +++ b/docs/releases/1.8.6.txt @@ -44,3 +44,7 @@ Bugfixes * Added a helpful error message when Django and South migrations exist in the same directory (:ticket:`25618`). + +* Fixed a regression in ``URLValidator`` that allowed URLs with consecutive + dots in the domain section (like ``http://example..com/``) to pass + (:ticket:`25620`). -- cgit v1.3