Changeset 967
- Timestamp:
- 10/19/05 23:03:41 (3 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
r940 r967 238 238 ``EmailField`` 239 239 A ``CharField`` that checks that the value is a valid e-mail address. 240 Currently, this is a loose test.240 (Currently, this is a loose test.) This doesn't accept ``maxlength``. 241 241 242 242 ``FileField``
