Django 2.2.6发布说明

October 1, 2019

Django 2.2.6修复了2.2.5中的几个错误。

错误修正

  • 修复了更改包含部分索引的模型时SQLite上的迁移崩溃 (#30754 )。

  • Fixed a regression in Django 2.2.4 that caused a crash when filtering with a Subquery() annotation of a queryset containing django.contrib.postgres.fields.JSONField or HStoreField (#30769).