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:29:22 -0400
commit3eb31867bb25d462634255e187001c0fffe2a032 (patch)
treefbcfeb7470877b83010d577dcb9435aaadd96f36 /docs
parent5641a80d49d31916828ef7478af1800d0469c46a (diff)
[1.10.x] Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashing on non-dict JSON input.
Backport of f6517a5335ccc4858ee540548a1bd162bec36c46 from master
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`).