summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDominic Rodger <dominicrodger+github@gmail.com>2013-07-23 21:58:43 +0100
committerClaude Paroz <claude@2xlibre.net>2013-07-24 10:27:34 +0200
commit45d5a4e7d22bb8541dcb8e8dc7d1e951758ac0ad (patch)
tree4f92d6bec9d80dbc6a73b36acd0c4d33b8281ab8 /docs
parent7295a8262f4f963ba7336337e2cd175be3db6f8c (diff)
[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.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt3
1 files changed, 3 insertions, 0 deletions
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
==========================