Fixed #642 -- Added small improvement to EmailField docs. Thanks, Boffbowsh

git-svn-id: http://code.djangoproject.com/svn/django/trunk@967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-10-20 04:03:41 +00:00
parent 989fcce02a
commit bf5dce64de
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ Here are all available field types:
``EmailField``
A ``CharField`` that checks that the value is a valid e-mail address.
Currently, this is a loose test.
(Currently, this is a loose test.) This doesn't accept ``maxlength``.
``FileField``
A file-upload field.