Refs #26557 -- Added forgotten release notes.

This commit is contained in:
Tim Graham 2016-04-29 10:18:49 -04:00
parent 4681d65048
commit 9f8941eda4
1 changed files with 3 additions and 0 deletions

View File

@ -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`).