Django

Code

Changeset 967

Show
Ignore:
Timestamp:
10/19/05 23:03:41 (3 years ago)
Author:
adrian
Message:

Fixed #642 -- Added small improvement to EmailField? docs. Thanks, Boffbowsh

Files:

Legend:

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

    r940 r967  
    238238``EmailField`` 
    239239    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``
    241241 
    242242``FileField``