diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-02-02 21:34:36 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-02-02 21:36:06 +0100 |
| commit | 9efe832ee1e5da326e4ee5ed370db963b8fe6624 (patch) | |
| tree | e3e1d940bb88be80423e49c0e811859ae6bc6502 /docs | |
| parent | 2d560af8fb55465155048d41ee470df1a4501556 (diff) | |
[3.1.x] Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' database.
Thanks Kazantcev Andrey for the report.
Regression in f48f671223a20b161ca819cf7d6298e43b8ba5fe.
Backport of f131841c601b9d4884adcdb284b4213c2ad89231 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.7.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/3.1.7.txt b/docs/releases/3.1.7.txt index f6be18b0e8..1ef16b76c7 100644 --- a/docs/releases/3.1.7.txt +++ b/docs/releases/3.1.7.txt @@ -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`). |
