Commit 999e0231 authored by Tim Graham's avatar Tim Graham
Browse files

[1.9.x] Refs #26557 -- Added forgotten release notes.

Backport of 9f8941ed from master
parent e0af590b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -11,3 +11,6 @@ Bugfixes

* Fixed ``TimeField`` microseconds round-tripping on MySQL and SQLite
  (:ticket:`26498`).

* Restored conversion of an empty string to null when saving values of
  ``GenericIPAddressField`` on SQLite and MySQL (:ticket:`26557`).