index
:
django.git
fix-31295
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
/
__init__.py
Age
Commit message (
Expand
)
Author
2022-12-06
Fixed #29084 -- Skipped some postgres_tests.test_search tests when pg_catalog...
Pablo
2022-12-01
Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...
Florian Apolloner
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-12
Fixed #29945 -- Moved contrib.postgres uninstallation logic to the app config.
Simon Charette
2017-09-27
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
Tim Graham
2017-05-15
Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3.
Tim Graham
2017-05-04
Fixed #28161 -- Fixed return type of ArrayField(CITextField()).
Simon Charette
2017-04-29
Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-07-21
Fixed #25454 -- Ensured register_hstore_handler is called for all connections
Claude Paroz
2015-05-30
Name PostgreSQL correctly.
Marc Tamlyn
2015-04-18
Stopped special-casing postgres-specific tests
Claude Paroz
2014-05-22
Added array field support for PostgreSQL.
Marc Tamlyn