Commit 9f8941ed authored by Tim Graham's avatar Tim Graham
Browse files

Refs #26557 -- Added forgotten release notes.

parent 4681d650
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`).