Author: mtredinnick
Date: 2007-05-07 22:20:49 -0500 (Mon, 07 May 2007)
New Revision: 5166

Modified:
   django/trunk/AUTHORS
   django/trunk/docs/model-api.txt
Log:
Fixed #4203 -- Noted that "blank" defaults to False in models. Thanks,
[EMAIL PROTECTED]


Modified: django/trunk/AUTHORS
===================================================================
--- django/trunk/AUTHORS        2007-05-08 03:07:58 UTC (rev 5165)
+++ django/trunk/AUTHORS        2007-05-08 03:20:49 UTC (rev 5166)
@@ -50,6 +50,7 @@
     Fabrice Aneche <[EMAIL PROTECTED]>
     [EMAIL PROTECTED]
     David Ascher <http://ascher.ca/>
+    [EMAIL PROTECTED]
     Arthur <[EMAIL PROTECTED]>
     [EMAIL PROTECTED]
     Jiri Barton

Modified: django/trunk/docs/model-api.txt
===================================================================
--- django/trunk/docs/model-api.txt     2007-05-08 03:07:58 UTC (rev 5165)
+++ django/trunk/docs/model-api.txt     2007-05-08 03:20:49 UTC (rev 5166)
@@ -459,7 +459,7 @@
 ``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


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to