summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/__init__.py
AgeCommit message (Expand)Author
2017-09-27Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham
2017-05-15Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3.Tim Graham
2017-05-04Fixed #28161 -- Fixed return type of ArrayField(CITextField()).Simon Charette
2017-04-29Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-07-21Fixed #25454 -- Ensured register_hstore_handler is called for all connectionsClaude Paroz
2015-05-30Name PostgreSQL correctly.Marc Tamlyn
2015-04-18Stopped special-casing postgres-specific testsClaude Paroz
2014-05-22Added array field support for PostgreSQL.Marc Tamlyn