mirror of
https://github.com/Hopiu/django.git
synced 2026-05-18 12:31:06 +00:00
This was a regression introduced by 7deeabc7c7
to address CVE-2019-14234.
Thanks Tim Kleinschmidt for the report and Mariusz for the tests.
14 lines
396 B
Text
14 lines
396 B
Text
===========================
|
|
Django 2.1.13 release notes
|
|
===========================
|
|
|
|
*Expected October 1, 2019*
|
|
|
|
Django 2.1.13 fixes a regression in 2.1.11.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a crash when filtering with a ``Subquery()`` annotation of a queryset
|
|
containing :class:`~django.contrib.postgres.fields.JSONField` or
|
|
:class:`~django.contrib.postgres.fields.HStoreField` (:ticket:`30769`).
|