summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoshua Phillips <jphillips@imap.cc>2016-04-29 11:44:56 +0100
committerTim Graham <timograham@gmail.com>2016-04-29 10:11:49 -0400
commit4681d65048ca2553895e10c2c492997b0a78ffba (patch)
treecc533591f58a7c2db3dba2337dd6f79223bffa97 /docs
parent2f698cd9916cb3d64932248c7114049e02b74fb3 (diff)
Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressField.
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`).