summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_introspection.py
AgeCommit message (Collapse)Author
2018-04-10[2.0.x] Fixed #29307 -- Fixed inspectdb import paths for ↵Alasdair Nicol
django.contrib.postgres fields. Thanks erindy for the report. Backport of 65c44a5c1d5412d402af19480e3c1c3e3e88893a from master
2017-09-18Added test skipping for a PostgreSQL JSONField test.Tim Graham
2017-09-09Refs #24928 -- Added introspection support for PostgreSQL RangeFieldClaude Paroz
2017-09-09Refs #24928 -- Added introspection support for PostgreSQL JSONFieldClaude Paroz
Thanks Adam Johnson and Tim Graham for the reviews.