diff options
| author | Tim Graham <timograham@gmail.com> | 2016-04-29 10:18:49 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-29 10:18:49 -0400 |
| commit | 9f8941eda4b98044d0bf0fea6bb3ba579d382109 (patch) | |
| tree | 6c6b2dd67030d8c08febd0d6459869765fa2821d | |
| parent | 4681d65048ca2553895e10c2c492997b0a78ffba (diff) | |
Refs #26557 -- Added forgotten release notes.
| -rw-r--r-- | docs/releases/1.8.13.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.13.txt b/docs/releases/1.8.13.txt index f725c37f99..0f97c99fdf 100644 --- a/docs/releases/1.8.13.txt +++ b/docs/releases/1.8.13.txt @@ -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`). |
