summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-10-20 04:03:41 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-10-20 04:03:41 +0000
commitbf5dce64de411929dd63c87fad6186d26dd9b360 (patch)
tree6ecd30877affe785f073be6fee2c7b970151a092 /docs
parent989fcce02a1020da98fc1ca958d5709d67a26b56 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/model-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt
index 85d2e58aca..ef203074a3 100644
--- a/docs/model-api.txt
+++ b/docs/model-api.txt
@@ -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.