Commit 5f3a1823 authored by James Bennett's avatar James Bennett
Browse files

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
parent ac418c97
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -143,6 +143,7 @@ optional. They're fully explained in the :ref:`reference
ones:

    :attr:`~Field.null`

        If ``True``, Django will store empty values as ``NULL`` in the database.
        Default is ``False``.