summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-06 22:59:18 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-06 22:59:18 +0000
commita218cf57988e2b6bea59734ea84ddf8a59df14f1 (patch)
tree1ce9d14c8a158e86a826ae9d37698049764725db /docs
parent911a6dfe04df57a1f33b533eb71e9624f1ed5f14 (diff)
Fixed #281 -- Made e-mail address validation much more strict and accurate.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1106 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 b27a298d8e..9922072b8a 100644
--- a/docs/model-api.txt
+++ b/docs/model-api.txt
@@ -244,7 +244,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.) This doesn't accept ``maxlength``.
+ This doesn't accept ``maxlength``.
``FileField``
A file-upload field.