summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/fields/jsonb.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-6/+6
* Refs #12990 -- Removed django.contrib.postgres.fields.jsonb.KeyTransform/KeyT...Mariusz Felisiak2021-01-141-28/+0
* Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...Mariusz Felisiak2021-01-141-5/+4
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-172/+30
* Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...sage2019-10-171-2/+1
* Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/HStoreFi...Simon Charette2019-09-161-1/+1
* Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expres...Mariusz Felisiak2019-08-141-1/+1
* Fixed #30704 -- Fixed crash of JSONField nested key and index transforms on e...Mariusz Felisiak2019-08-131-1/+1
* Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups...Mariusz Felisiak2019-08-011-5/+3
* Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...Dmitry Dygalo2018-04-041-0/+1
* Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope2017-12-111-3/+4
* Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable ...Flávio Juvenal2017-10-201-1/+4
* Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _ou...Sergey Fedoseev2017-07-141-1/+1
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-8/+8
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-2/+2
* Removed unneeded variable in contrib/postgres/fields/jsonb.py.Dmitry Dygalo2017-01-161-2/+1
* Fixed #27693, Refs #27257 -- Fixed iexact lookup on JSONField keys.Simon Charette2017-01-061-0/+5
* Fixed #27257 -- Fixed builtin text lookups on JSONField keys.Simon Charette2016-09-221-3/+64
* Fixed #26908 -- Fixed crash with jsonfield__key__isnull lookup.Tim Graham2016-09-071-1/+1
* Fixed #25995 -- Added an encoder option to JSONFieldClaude Paroz2016-08-251-2/+28
* Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz2016-05-041-7/+0
* Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson2015-07-141-1/+1
* Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn2015-05-301-0/+99