mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
[3.1.x] Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' database.
Thanks Kazantcev Andrey for the report. Regression inf48f671223
. Backport off131841c60
from master
This commit is contained in:
parent
2d560af8fb
commit
9efe832ee1
3 changed files with 55 additions and 2 deletions
|
@ -9,4 +9,6 @@ Django 3.1.7 fixes several bugs in 3.1.6.
|
|||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Fixed a regression in Django 3.1 that caused ``RuntimeError`` instead of
|
||||
connection errors when using only the ``'postgres'`` database
|
||||
(:ticket:`32403`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue