Skip to content

Commit

Permalink
[1.6.x] Added note to GenericIPAddressField documentation
Browse files Browse the repository at this point in the history
refs #20484

Backport of fb26c49 from master
  • Loading branch information
Christopher Medrela authored and timgraham committed Aug 8, 2013
1 parent e3e0cf8 commit 6264e39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/ref/models/fields.txt
Expand Up @@ -874,6 +874,9 @@ are converted to lowercase.
``192.0.2.1``. Default is disabled. Can only be used ``192.0.2.1``. Default is disabled. Can only be used
when ``protocol`` is set to ``'both'``. 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`` ``NullBooleanField``
-------------------- --------------------


Expand Down

0 comments on commit 6264e39

Please sign in to comment.