1
0
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:
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

@@ -108,6 +108,7 @@ answer newbie questions, and generally made Django that much better:
Bojan Mihelac <bmihelac@mihelac.org>
Bouke Haarsma <bouke@haarsma.eu>
Božidar Benko <bbenko@gmail.com>
Brad Melin <melinbrad@gmail.com>
Brant Harris
Brendan Hayward <brendanhayward85@gmail.com>
Brenton Simpson <http://theillustratedlife.com>