summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.6.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.6.txt b/docs/releases/1.9.6.txt
index 7e3f6aed6a..769d04945a 100644
--- a/docs/releases/1.9.6.txt
+++ b/docs/releases/1.9.6.txt
@@ -24,3 +24,6 @@ Bugfixes
* Fixed a regression causing the cached template loader to crash when using
template names starting with a dash (:ticket:`26536`).
+
+* Restored conversion of an empty string to null when saving values of
+ ``GenericIPAddressField`` on SQLite and MySQL (:ticket:`26557`).