mirror of
https://github.com/django/django.git
synced 2025-08-13 13:29:18 +00:00
Fixed #8693: Fixed formatting of the "null" argument for model fields
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8737 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ac418c979f
commit
5f3a182357
@ -143,6 +143,7 @@ optional. They're fully explained in the :ref:`reference
|
|||||||
ones:
|
ones:
|
||||||
|
|
||||||
:attr:`~Field.null`
|
:attr:`~Field.null`
|
||||||
|
|
||||||
If ``True``, Django will store empty values as ``NULL`` in the database.
|
If ``True``, Django will store empty values as ``NULL`` in the database.
|
||||||
Default is ``False``.
|
Default is ``False``.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user