mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashing on non-dict JSON input.
This commit is contained in:
parent
abc5223834
commit
f6517a5335
4 changed files with 22 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue