mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
[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.
This commit is contained in:
parent
7295a8262f
commit
45d5a4e7d2
@ -797,6 +797,9 @@ Miscellaneous
|
|||||||
of the admin views. You should update your custom templates if they use the
|
of the admin views. You should update your custom templates if they use the
|
||||||
previous parameter name.
|
previous parameter name.
|
||||||
|
|
||||||
|
* :meth:`~django.core.validators.validate_email` now accepts email addresses
|
||||||
|
with ``localhost`` as the domain.
|
||||||
|
|
||||||
Features deprecated in 1.6
|
Features deprecated in 1.6
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user