0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Fixed a typo in 1.8 release notes.

This commit is contained in:
Tim Graham 2015-01-08 15:12:40 -05:00
parent 0c7633178f
commit 13e4156518

View File

@ -1010,7 +1010,7 @@ Miscellaneous
result of a callable.
* ``GenericIPAddressField.empty_strings_allowed`` is now ``False``. Database
backends that interpet empty strings as null (only Oracle among the backends
backends that interpret 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.