From c928725b933ff479c04e8a7fb74c4dc2ba138aa7 Mon Sep 17 00:00:00 2001 From: Dominic Rodger Date: Tue, 23 Jul 2013 21:58:43 +0100 Subject: [PATCH] Fixed #20794 -- Documented changes to validate_email 4e2e8f39d changed the way validate_email behaves for foo@localhost email addresses, but wasn't listed in the release notes. --- docs/releases/1.6.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index b8babe1843..5b3c7903c5 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -801,6 +801,9 @@ Miscellaneous of the admin views. You should update your custom templates if they use the previous parameter name. +* :meth:`~django.core.validators.validate_email` now accepts email addresses + with ``localhost`` as the domain. + Features deprecated in 1.6 ==========================