Django

Code

Changeset 3910

Show
Ignore:
Timestamp:
10/19/06 16:55:08 (2 years ago)
Author:
adrian
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/model-api.txt

    r3836 r3910  
    189189 
    190190A ``CharField`` that checks that the value is a valid e-mail address. 
    191 This doesn't accept ``maxlength``. 
     191This doesn't accept ``maxlength``; its ``maxlength`` is automatically set to 
     19275. 
    192193 
    193194``FileField``