mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #24078 -- Removed empty strings from GenericIPAddressField
This commit is contained in:
parent
9b057b51ce
commit
5a4ac4ead9
4 changed files with 23 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue