diff options
| author | Dominic Rodger <dominicrodger+github@gmail.com> | 2013-07-23 21:58:43 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-07-24 10:26:03 +0200 |
| commit | c928725b933ff479c04e8a7fb74c4dc2ba138aa7 (patch) | |
| tree | 0a279bef5c5ab2783e5ca6d22e5ec1e7a06f2890 /docs | |
| parent | 65e03a424e82e157b4513cdebb500891f5c78363 (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 ========================== |
