summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrad Melin <melinbrad@gmail.com>2016-05-29 14:17:07 +0200
committerTim Graham <timograham@gmail.com>2016-06-02 16:28:01 -0400
commitf6517a5335ccc4858ee540548a1bd162bec36c46 (patch)
treeec9ca118fc59c77a3c05cbef51fab714d6c11410 /docs
parentabc522383454493e6341bfe7307143440d9ee7ac (diff)
Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashing on non-dict JSON input.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.7.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.7.txt b/docs/releases/1.9.7.txt
index 2f5555721f..d54fa96fdc 100644
--- a/docs/releases/1.9.7.txt
+++ b/docs/releases/1.9.7.txt
@@ -20,3 +20,6 @@ Bugfixes
* Fixed ``on_commit`` callbacks execution order when callbacks make
transactions (:ticket:`26627`).
+
+* Fixed ``HStoreField`` to raise a ``ValidationError`` instead of crashing on
+ non-dictionary JSON input (:ticket:`26672`).