Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashing on non-dict JSON input.

This commit is contained in:
Brad Melin 2016-05-29 14:17:07 +02:00 committed by Tim Graham
parent abc5223834
commit f6517a5335
4 changed files with 22 additions and 1 deletions

View file

@ -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`).