Django 2.2.6发行说明

2019年10月1日

Django 2.2.6修复了2.2.5中的几个bug。

错误修正

  • 修复了在改变包含部分索引的模型时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).