summaryrefslogtreecommitdiff
path: root/tests/backends/postgresql/test_creation.py
AgeCommit message (Collapse)Author
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
Fixed inner imports per isort 5. isort 5.0.0 to 5.1.0 was unstable.
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 ↵Mariusz Felisiak
user can't create databases. Regression in e776dd2db677d58dcb50aea20d3bb191537df25b. Thanks Tim Graham for the review.
2017-12-06Fixed #28893 -- Removed unnecessary dict.items() calls.Tim Graham
2017-06-21Reorganized backends tests.Mariusz Felisiak