summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_json.py
AgeCommit message (Collapse)Author
2016-02-16[1.9.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None ↵Claude Paroz
values Also added tests for HStoreField and JSONField. Thanks Aleksey Bukin for the report and Tim Graham for the initial patch and the review. Backport of 928c12eb1 from master.
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