From 3eb31867bb25d462634255e187001c0fffe2a032 Mon Sep 17 00:00:00 2001 From: Brad Melin Date: Sun, 29 May 2016 14:17:07 +0200 Subject: [1.10.x] Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashing on non-dict JSON input. Backport of f6517a5335ccc4858ee540548a1bd162bec36c46 from master --- docs/releases/1.9.7.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3