1
0
mirror of https://github.com/django/django.git synced 2025-07-19 17:19:12 +00:00

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

Backport of 9f8941eda4b98044d0bf0fea6bb3ba579d382109 from master
This commit is contained in:
Tim Graham 2016-04-29 10:18:49 -04:00
parent e0af590bde
commit 999e023125

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