django/docs/releases/3.1.7.txt

15 lines
330 B
Plaintext
Raw Normal View History

2021-02-01 09:51:16 +00:00
==========================
Django 3.1.7 release notes
==========================
*Expected March 1, 2021*
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`).