index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
postgres_tests
/
test_introspection.py
Age
Commit message (
Expand
)
Author
2025-11-14
Refs #24928 -- Added introspection support for PostgreSQL HStoreField.
Mariusz Felisiak
2022-12-01
Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...
Florian Apolloner
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2018-10-02
Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.
Stefano Chiodino
2018-04-10
Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields.
Alasdair Nicol
2017-09-27
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
Tim Graham
2017-09-18
Added test skipping for a PostgreSQL JSONField test.
Tim Graham
2017-09-09
Refs #24928 -- Added introspection support for PostgreSQL RangeField
Claude Paroz
2017-09-09
Refs #24928 -- Added introspection support for PostgreSQL JSONField
Claude Paroz