2020-11-02 16:20:28 +08:00
|
|
|
==========================
|
|
|
|
Django 3.1.4 release notes
|
|
|
|
==========================
|
|
|
|
|
2020-12-01 13:24:16 +08:00
|
|
|
*December 1, 2020*
|
2020-11-02 16:20:28 +08:00
|
|
|
|
|
|
|
Django 3.1.4 fixes several bugs in 3.1.3.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2020-11-03 01:42:13 +08:00
|
|
|
* Fixed setting the ``Content-Length`` HTTP header in ``AsyncRequestFactory``
|
|
|
|
(:ticket:`32162`).
|
2020-11-04 18:07:15 +08:00
|
|
|
|
|
|
|
* Fixed passing extra HTTP headers to ``AsyncRequestFactory`` request methods
|
|
|
|
(:ticket:`32159`).
|
2020-11-10 00:54:20 +08:00
|
|
|
|
|
|
|
* Fixed crash of key transforms for :class:`~django.db.models.JSONField` on
|
|
|
|
PostgreSQL when using on a ``Subquery()`` annotation (:ticket:`32182`).
|
2020-11-19 19:07:15 +08:00
|
|
|
|
|
|
|
* Fixed a regression in Django 3.1 that caused a crash of auto-reloader for
|
|
|
|
certain invocations of ``runserver`` on Windows with Python 3.7 and below
|
|
|
|
(:ticket:`32202`).
|
2020-11-18 06:31:58 +08:00
|
|
|
|
|
|
|
* Fixed a regression in Django 3.1 that caused the incorrect grouping by a
|
|
|
|
``Q`` object annotation (:ticket:`32200`).
|
2020-11-25 19:19:45 +08:00
|
|
|
|
|
|
|
* Fixed a regression in Django 3.1 that caused suppressing connection errors
|
|
|
|
when :class:`~django.db.models.JSONField` is used on SQLite
|
|
|
|
(:ticket:`32224`).
|
2020-11-18 12:50:06 +08:00
|
|
|
|
|
|
|
* Fixed a crash on SQLite, when ``QuerySet.values()/values_list()`` contained
|
|
|
|
key transforms for :class:`~django.db.models.JSONField` returning non-string
|
|
|
|
primitive values (:ticket:`32203`).
|