mirror of
https://github.com/django/django.git
synced 2025-11-29 06:51:10 +00:00
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:
parent
ef111a4434
commit
6cd6d9b85f
1 changed files with 2 additions and 1 deletions
|
|
@ -188,7 +188,8 @@ JavaScript shortcuts.
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
A ``CharField`` that checks that the value is a valid e-mail address.
|
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``
|
``FileField``
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue