Ticket #4203: model-api.txt

File model-api.txt, 463 bytes (added by david@…, 17 years ago)

required patch

Line 
1Index: model-api.txt
2===================================================================
3--- model-api.txt (revision 5148)
4+++ model-api.txt (working copy)
5@@ -459,7 +459,7 @@
6 ``blank``
7 ~~~~~~~~~
8
9-If ``True``, the field is allowed to be blank.
10+If ``True``, the field is allowed to be blank. Default is ``False``.
11
12 Note that this is different than ``null``. ``null`` is purely
13 database-related, whereas ``blank`` is validation-related. If a field has
Back to Top