summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/releases/1.8.13.txt3
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`).