========================== Django 3.1.3 release notes ========================== *Expected November 2, 2020* Django 3.1.3 fixes several bugs in 3.1.2. Bugfixes ======== * Fixed a regression in Django 3.1.2 that caused the incorrect height of the admin changelist search bar (:ticket:`32072`). * Fixed displaying Unicode characters in :class:`forms.JSONField ` and read-only :class:`models.JSONField ` values in the admin (:ticket:`32080`).