Commit 13e41565 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed a typo in 1.8 release notes.

parent 0c763317
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.