From 45d5a4e7d22bb8541dcb8e8dc7d1e951758ac0ad Mon Sep 17 00:00:00 2001 From: Dominic Rodger Date: Tue, 23 Jul 2013 21:58:43 +0100 Subject: [PATCH] [1.6.x] 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. Backport of c928725b9 from master. --- 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 1419f0915c..071a80286c 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -797,6 +797,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 ==========================