Fixed #24078 -- Removed empty strings from GenericIPAddressField

This commit is contained in:
Josh Smeaton 2015-01-05 21:32:25 +11:00 committed by Tim Graham
parent 9b057b51ce
commit 5a4ac4ead9
4 changed files with 23 additions and 6 deletions

View file

@ -1009,6 +1009,11 @@ Miscellaneous
different in some cases. There is no change to default values which are the
result of a callable.
* ``GenericIPAddressField.empty_strings_allowed`` is now ``False``. Database
backends that interpet empty strings as null (only Oracle among the backends
that Django includes) will no longer convert null values back to an empty
string. This is consistent with other backends.
.. _deprecated-features-1.8:
Features deprecated in 1.8