2019-09-16 13:37:47 +08:00
|
|
|
============================
|
|
|
|
Django 1.11.25 release notes
|
|
|
|
============================
|
|
|
|
|
2019-10-01 14:49:15 +08:00
|
|
|
*October 1, 2019*
|
2019-09-16 13:37:47 +08:00
|
|
|
|
|
|
|
Django 1.11.25 fixes a regression in 1.11.23.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2019-09-16 11:25:50 +08:00
|
|
|
* Fixed a crash when filtering with a ``Subquery()`` annotation of a queryset
|
2021-01-14 16:33:12 +08:00
|
|
|
containing ``django.contrib.postgres.fields.JSONField`` or
|
2019-09-16 11:25:50 +08:00
|
|
|
:class:`~django.contrib.postgres.fields.HStoreField` (:ticket:`30769`).
|