summaryrefslogtreecommitdiff
path: root/docs/releases/3.1.8.txt
blob: d166a1200cf8e9383d8a9cac582f5f8bb840d268 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
==========================
Django 3.1.8 release notes
==========================

*Expected April 5, 2021*

Django 3.1.8 fixes several bugs in 3.1.7.

Bugfixes
========

* Fixed a bug in Django 3.1 where the output was hidden on a test error or
  failure when using :option:`test --pdb` with the
  :option:`--buffer <test --buffer>` option (:ticket:`32560`).