summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_json.py
AgeCommit message (Expand)Author
2019-07-29[2.2.x] Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index...Mariusz Felisiak
2019-04-18[2.2.x] Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over...can
2019-03-21[2.2.x] Used QuerySet.bulk_create() in a couple of postgres tests.oliver
2018-11-27Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham
2018-04-04Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...Dmitry Dygalo
2018-03-21Refs #29147 --- Added JSONField serialization tests.Tim Graham
2018-02-10Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes
2017-11-11Fixed #28534 -- Made JSONField.has_changed() ignore key order and consider Tr...shanghui
2017-10-20Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable ...Flávio Juvenal
2017-09-27Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-06Fixed #27693, Refs #27257 -- Fixed iexact lookup on JSONField keys.Simon Charette
2016-11-15Refs #27003 -- Fixed JSONField crash on converted values.Brandon Chinn
2016-09-22Fixed #27257 -- Fixed builtin text lookups on JSONField keys.Simon Charette
2016-09-12Used a database feature to prevent the jsonb test model from being migrated.Simon Charette
2016-09-07Fixed #26908 -- Fixed crash with jsonfield__key__isnull lookup.Tim Graham
2016-08-25Fixed #25995 -- Added an encoder option to JSONFieldClaude Paroz
2016-07-27Fixed #26949 -- Fixed crash of disabled forms.JSONField.Olexander Yermakov
2016-07-27Fixed #26917 -- Fixed crash in disabled ModelChoiceFields.Tim Graham
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
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
2016-02-16Fixed #26215 -- Fixed RangeField/ArrayField serialization with None valuesClaude Paroz
2015-06-06Added missing tests for transforms usage with subquery for PostgreSQL fieldsAndriy Sokolovskiy
2015-05-30Name PostgreSQL correctly.Marc Tamlyn
2015-05-30Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn