==========================
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`).
