Django

Code

Changeset 5166

Show
Ignore:
Timestamp:
05/07/07 22:20:49 (2 years ago)
Author:
mtredinnick
Message:

Fixed #4203 -- Noted that "blank" defaults to False in models. Thanks,
david@kazserve.org.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/AUTHORS

    r5164 r5166  
    5151    ant9000@netwise.it 
    5252    David Ascher <http://ascher.ca/> 
     53    david@kazserve.org 
    5354    Arthur <avandorp@gmail.com> 
    5455    axiak@mit.edu 
  • django/trunk/docs/model-api.txt

    r5066 r5166  
    460460~~~~~~~~~ 
    461461 
    462 If ``True``, the field is allowed to be blank. 
     462If ``True``, the field is allowed to be blank. Default is ``False``. 
    463463 
    464464Note that this is different than ``null``. ``null`` is purely