mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashing on non-dict JSON input.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user