summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/forms/jsonb.py
AgeCommit message (Expand)Author
2017-11-11Fixed #28534 -- Made JSONField.has_changed() ignore key order and consider Tr...shanghui
2017-09-25Refs #27857 -- Replaced json.loads() ValueError exception catching with JSOND...Tim Graham
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-11-15Refs #27003 -- Fixed JSONField crash on converted values.Brandon Chinn
2016-07-27Fixed #26949 -- Fixed crash of disabled forms.JSONField.Olexander Yermakov
2016-06-13Fixed #26748 -- Allowed overriding JSONField's widget with an attribute.Charlie Denton
2016-04-01Fixed #25532 -- Properly redisplayed JSONField form input valuesClaude Paroz
2015-05-30Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn