summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29084 -- Skipped some postgres_tests.test_search tests when pg_catalog...Pablo2022-12-061-1/+11
* Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...Florian Apolloner2022-12-011-0/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-4/+4
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-2/+7
* Fixed #29945 -- Moved contrib.postgres uninstallation logic to the app config.Simon Charette2018-11-121-8/+1
* Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham2017-09-271-10/+0
* Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3.Tim Graham2017-05-151-0/+10
* Fixed #28161 -- Fixed return type of ArrayField(CITextField()).Simon Charette2017-05-041-3/+3
* Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.Tim Graham2017-04-291-1/+10
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Fixed #25454 -- Ensured register_hstore_handler is called for all connectionsClaude Paroz2016-07-211-1/+8
* Name PostgreSQL correctly.Marc Tamlyn2015-05-301-1/+1
* Stopped special-casing postgres-specific testsClaude Paroz2015-04-181-0/+9
* Added array field support for PostgreSQL.Marc Tamlyn2014-05-221-0/+0