summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_jsonfield.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-06-28Fixed #32807 -- Fixed JSONField crash when redisplaying None values.Dan Strokirk
2020-10-09Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-on...Qi Zhao
2020-09-25Added assertions for cleaning None values for forms.JSONField and forms.UUIDF...David Smith
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage