---
title: "Django 2.2.6 release notes"
version: 2.2
locale: es
source: https://docs.djangoproject.com/es/2.2/releases/2.2.6/
canonical: https://djangodocs.dev/es/2.2/releases/2.2.6/
---
# Django 2.2.6 release notes

*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`](/es/2.2/ref/contrib/postgres/fields/#django.contrib.postgres.fields.JSONField) or
  [`HStoreField`](/es/2.2/ref/contrib/postgres/fields/#django.contrib.postgres.fields.HStoreField) ([#30769](https://code.djangoproject.com/ticket/30769)).
