From bf5dce64de411929dd63c87fad6186d26dd9b360 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 20 Oct 2005 04:03:41 +0000 Subject: [PATCH] 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 --- docs/model-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.