diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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`). |
