Commit cf041b88 authored by Preston Holmes's avatar Preston Holmes
Browse files

Merge pull request #1453 from chrismedrela/ticket20484-improvement

Fixed #20484 again -- added note to field documentation
parents c7739e30 fb26c499
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -883,6 +883,9 @@ are converted to lowercase.
    ``192.0.2.1``. Default is disabled. Can only be used
    when ``protocol`` is set to ``'both'``.

If you allow for blank values, you have to allow for null values since blank
values are stored as null.

``NullBooleanField``
--------------------