summaryrefslogtreecommitdiff
path: root/tests/backends/postgresql/test_creation.py
AgeCommit message (Expand)Author
2022-12-12Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner
2022-12-01Refs #33308 -- Used psycopg's errors instead of errorcodes.Florian Apolloner
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-07-05Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".Mateo Radman
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2018-08-03Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the u...Mariusz Felisiak
2017-12-06Fixed #28893 -- Removed unnecessary dict.items() calls.Tim Graham
2017-06-21Reorganized backends tests.Mariusz Felisiak