From 82976e5c3f7abf20dfd4c3cc5aa586e57edef104 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 7 Nov 2015 11:08:16 +0100 Subject: Fixed #25637 -- Added URLValidator hostname length validation. URLValidator now validates the maximum length of a hostname and the maximum length of all labels inside the hostname. --- docs/releases/1.10.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 932d53b029..bee3b1d41f 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -258,7 +258,9 @@ URLs Validators ^^^^^^^^^^ -* ... +* :class:`~django.core.validators.URLValidator` now limits the length of + domain name labels to 63 characters and the total length of domain + names to 253 characters per :rfc:`1034`. Backwards incompatible changes in 1.10 ====================================== -- cgit v1.3