From c7060912256cc9af6d01d2cedd7f7b9b1efd8890 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 3 Aug 2018 10:31:55 +0200 Subject: [2.1.x] Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the user can't create databases. Regression in e776dd2db677d58dcb50aea20d3bb191537df25b. Thanks Tim Graham for the review. Backport of 1a9cbf41a130def83a7e384955544d08be0fc148 from master --- docs/releases/2.1.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.1.1.txt b/docs/releases/2.1.1.txt index b9ac90e33b..c83c03b9a5 100644 --- a/docs/releases/2.1.1.txt +++ b/docs/releases/2.1.1.txt @@ -14,3 +14,7 @@ Bugfixes * Fixed a regression where ``QueryDict.urlencode()`` crashed if the dictionary contains a non-string value (:ticket:`29627`). + +* Fixed a regression in Django 2.0 where using ``manage.py test --keepdb`` + fails on PostgreSQL if the database exists and the user doesn't have + permission to create databases (:ticket:`29613`). -- cgit v1.3