1
0
mirror of https://github.com/django/django.git synced 2025-02-23 07:55:07 +00:00

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.
This commit is contained in:
Dominic Rodger 2013-07-23 21:58:43 +01:00 committed by Claude Paroz
parent 65e03a424e
commit c928725b93

View File

@ -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
==========================