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

david@kazserve.org.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5166 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-05-08 03:20:49 +00:00
parent 4fddf43b81
commit 77ec8ae811
2 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@ answer newbie questions, and generally made Django that much better:
Fabrice Aneche <akh@nobugware.com>
ant9000@netwise.it
David Ascher <http://ascher.ca/>
david@kazserve.org
Arthur <avandorp@gmail.com>
axiak@mit.edu
Jiri Barton

View File

@ -459,7 +459,7 @@ string, not ``NULL``.
``blank``
~~~~~~~~~
If ``True``, the field is allowed to be blank.
If ``True``, the field is allowed to be blank. Default is ``False``.
Note that this is different than ``null``. ``null`` is purely
database-related, whereas ``blank`` is validation-related. If a field has