summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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.