diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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 ====================================== |
