Changeset 5166
- Timestamp:
- 05/07/07 22:20:49 (2 years ago)
- Files:
-
- django/trunk/AUTHORS (modified) (1 diff)
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/AUTHORS
r5164 r5166 51 51 ant9000@netwise.it 52 52 David Ascher <http://ascher.ca/> 53 david@kazserve.org 53 54 Arthur <avandorp@gmail.com> 54 55 axiak@mit.edu django/trunk/docs/model-api.txt
r5066 r5166 460 460 ~~~~~~~~~ 461 461 462 If ``True``, the field is allowed to be blank. 462 If ``True``, the field is allowed to be blank. Default is ``False``. 463 463 464 464 Note that this is different than ``null``. ``null`` is purely
