summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_json.py
AgeCommit message (Expand)Author
2016-07-27[1.10.x] Fixed #26949 -- Fixed crash of disabled forms.JSONField.Olexander Yermakov
2016-07-27[1.10.x] Fixed #26917 -- Fixed crash in disabled ModelChoiceFields.Tim Graham
2016-06-16[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
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