summaryrefslogtreecommitdiff
path: root/docs/releases/3.1.3.txt
blob: 4236efce1b5924474403b072027a43f291424803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
==========================
Django 3.1.3 release notes
==========================

*Expected November 2, 2020*

Django 3.1.3 fixes several bugs in 3.1.2 and adds compatibility with Python
3.9.

Bugfixes
========

* Fixed a regression in Django 3.1.2 that caused the incorrect height of the
  admin changelist search bar (:ticket:`32072`).

* Fixed a regression in Django 3.1.2 that caused the incorrect width of the
  admin changelist search bar on a filtered page (:ticket:`32091`).

* Fixed displaying Unicode characters in
  :class:`forms.JSONField <django.forms.JSONField>` and read-only
  :class:`models.JSONField <django.db.models.JSONField>` values in the admin
  (:ticket:`32080`).