Django 1.11.25 release notesLink to this heading
October 1, 2019
Django 1.11.25 fixes a regression in 1.11.23.
漏洞修复Link to this heading
Fixed a crash when filtering with a
Subquery()annotation of a queryset containingJSONFieldorHStoreField(#30769).