Added note to docs/model-api.txt that EmailField has automatic maxlength=75

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-10-19 21:55:08 +00:00
parent ef111a4434
commit 6cd6d9b85f
1 changed files with 2 additions and 1 deletions

View File

@ -188,7 +188,8 @@ JavaScript shortcuts.
~~~~~~~~~~~~~~
A ``CharField`` that checks that the value is a valid e-mail address.
This doesn't accept ``maxlength``.
This doesn't accept ``maxlength``; its ``maxlength`` is automatically set to
75.
``FileField``
~~~~~~~~~~~~~