summaryrefslogtreecommitdiff
path: root/tests/backends/postgresql/test_creation.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner2022-12-121-3/+1
* Refs #33308 -- Used psycopg's errors instead of errorcodes.Florian Apolloner2022-12-011-5/+5
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-22/+35
* Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".Mateo Radman2021-07-051-0/+10
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-0/+1
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-2/+1
* Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the u...Mariusz Felisiak2018-08-031-3/+10
* Fixed #28893 -- Removed unnecessary dict.items() calls.Tim Graham2017-12-061-1/+1
* Reorganized backends tests.Mariusz Felisiak2017-06-211-0/+95