summaryrefslogtreecommitdiff
path: root/tests/backends/postgresql/test_creation.py
AgeCommit message (Collapse)Author
2018-08-03[2.1.x] Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists ↵Mariusz Felisiak
and the user can't create databases. Regression in e776dd2db677d58dcb50aea20d3bb191537df25b. Thanks Tim Graham for the review. Backport of 1a9cbf41a130def83a7e384955544d08be0fc148 from master
2017-12-06Fixed #28893 -- Removed unnecessary dict.items() calls.Tim Graham
2017-06-21Reorganized backends tests.Mariusz Felisiak