summaryrefslogtreecommitdiff
path: root/django/db/models/fields/json.py
AgeCommit message (Expand)Author
2020-12-11[3.1.x] Fixed #32252 -- Fixed __isnull=True on key transforms on SQLite and O...sage
2020-11-25[3.1.x] Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key tr...sage
2020-11-10[3.1.x] Fixed #32182 -- Fixed crash of JSONField nested key transforms with s...Hannes Ljungberg
2020-10-15[3.1.x] Refs #32096 -- Made JSONField check respect Meta.required_db_vendor.Mariusz Felisiak
2020-10-14[3.1.x] Refs #32096 -- Fixed __in lookup crash against key transforms for JSO...Mariusz Felisiak
2020-08-28[3.1.x] Fixed #31956 -- Fixed crash of ordering by JSONField with a custom de...Mariusz Felisiak
2020-08-26[3.1.x] Fixed #31936 -- Fixed __in lookup on key transforms for JSONField.Mariusz Felisiak
2020-07-28[3.1.x] Fixed #31829 -- Used JSONField __contains lookup on key transforms.sage
2020-07-28[3.1.x] Fixed #31836 -- Dropped support for JSONField __contains and __contai...Mariusz Felisiak
2020-07-28[3.1.x] Fixed #31835 -- Dropped support for JSONField __contains lookup on Or...Mariusz Felisiak
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage