---
title: "Django 2.2.6 リリースノート"
version: 3.0
locale: ja
source: https://docs.djangoproject.com/ja/3.0/releases/2.2.6/
canonical: https://djangodocs.dev/ja/3.0/releases/2.2.6/
---
# Django 2.2.6 リリースノート

*October 1, 2019*

Django 2.2.6 fixes several bugs in 2.2.5.

## Bugfixes

- Fixed migrations crash on SQLite when altering a model containing partial
  indexes ([#30754](https://code.djangoproject.com/ticket/30754)).
- Fixed a regression in Django 2.2.4 that caused a crash when filtering with a
  `Subquery()` annotation of a queryset containing
  [`JSONField`](/ja/3.0/ref/contrib/postgres/fields/#django.contrib.postgres.fields.JSONField) or
  [`HStoreField`](/ja/3.0/ref/contrib/postgres/fields/#django.contrib.postgres.fields.HStoreField) ([#30769](https://code.djangoproject.com/ticket/30769)).
