Django 2.1.13 版本发行说明Link to this heading
2019 年 10 月 1 日
Django 2.1.13 fixes a regression in 2.1.11.
漏洞修复Link to this heading
Fixed a crash when filtering with a
Subquery()annotation of a queryset containingdjango.contrib.postgres.fields.JSONFieldorHStoreField(#30769).