Skip to content

Commit

Permalink
Added note to docs/model-api.txt that EmailField has automatic maxlen…
Browse files Browse the repository at this point in the history
…gth=75

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Oct 19, 2006
1 parent ef111a4 commit 6cd6d9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/model-api.txt
Expand Up @@ -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``
~~~~~~~~~~~~~
Expand Down

0 comments on commit 6cd6d9b

Please sign in to comment.