Changeset 3910
- Timestamp:
- 10/19/06 16:55:08 (2 years ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r3836 r3910 189 189 190 190 A ``CharField`` that checks that the value is a valid e-mail address. 191 This doesn't accept ``maxlength``. 191 This doesn't accept ``maxlength``; its ``maxlength`` is automatically set to 192 75. 192 193 193 194 ``FileField``
