Author: ubernostrum
Date: 2008-08-30 00:38:07 -0500 (Sat, 30 Aug 2008)
New Revision: 8737
Modified:
django/trunk/docs/topics/db/models.txt
Log:
Fixed #8693: Fixed formatting of the "null" argument for model fields
Modified: django/trunk/docs/topics/db/models.txt
===================================================================
--- django/trunk/docs/topics/db/models.txt 2008-08-30 05:35:18 UTC (rev
8736)
+++ django/trunk/docs/topics/db/models.txt 2008-08-30 05:38:07 UTC (rev
8737)
@@ -143,6 +143,7 @@
ones:
:attr:`~Field.null`
+
If ``True``, Django will store empty values as ``NULL`` in the
database.
Default is ``False``.
@@ -744,4 +745,4 @@
A final note: If all you want to do is a custom ``WHERE`` clause, you can use
the :meth:`~QuerySet.extra` lookup method, which lets you add custom SQL to a
-query.
\ No newline at end of file
+query.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---