Django 1.11.25 版本发行说明
2019 年 10 月 1 日
Django 1.11.25 修复了 1.11.23 中的一个缺陷。
漏洞修复
- Fixed a crash when filtering with a
Subquery()
annotation of a queryset containingdjango.contrib.postgres.fields.JSONField
orHStoreField
(#30769).
讨论区