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:
parent
989fcce02a
commit
bf5dce64de
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue