Django 2.1.13 release notes
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 containingJSONField
orHStoreField
(#30769).
October 1, 2019
Django 2.1.13 fixes a regression in 2.1.11.
Subquery()
annotation of a queryset containing JSONField
or HStoreField
(#30769).本文档使用 BookStack 构建