summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/__init__.py
AgeCommit message (Expand)Author
2022-12-06Fixed #29084 -- Skipped some postgres_tests.test_search tests when pg_catalog...Pablo
2022-12-01Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...Florian Apolloner
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-11-27Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham
2018-11-12Fixed #29945 -- Moved contrib.postgres uninstallation logic to the app config.Simon Charette
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