1
0
mirror of https://github.com/django/django.git synced 2025-10-23 21:59:11 +00:00

Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty
2011-04-01 16:10:22 +00:00
parent 7099d465ab
commit 94af19c43f
34 changed files with 239 additions and 239 deletions

View File

@@ -469,7 +469,7 @@ The admin represents this as an ``<input type="text">`` (a single-line input).
.. class:: EmailField([max_length=75, **options])
A :class:`CharField` that checks that the value is a valid e-mail address.
A :class:`CharField` that checks that the value is a valid email address.
``FileField``
-------------