summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_introspection.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...Florian Apolloner2022-12-011-2/+0
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-5/+10
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-8/+8
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-6/+0
* Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino2018-10-021-1/+1
* Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields.Alasdair Nicol2018-04-101-6/+6
* Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham2017-09-271-2/+0
* Added test skipping for a PostgreSQL JSONField test.Tim Graham2017-09-181-0/+2
* Refs #24928 -- Added introspection support for PostgreSQL RangeFieldClaude Paroz2017-09-091-0/+12
* Refs #24928 -- Added introspection support for PostgreSQL JSONFieldClaude Paroz2017-09-091-0/+26