---
title: "Django 2.1.13 release notes"
version: 2.1
locale: pt-br
source: https://docs.djangoproject.com/pt-br/2.1/releases/2.1.13/
canonical: https://djangodocs.dev/pt-br/2.1/releases/2.1.13/
---
# Django 2.1.13 release notes

*October 1, 2019*

Django 2.1.13 fixes a regression in 2.1.11.

## Bugfixes

- Fixed a crash when filtering with a `Subquery()` annotation of a queryset
  containing [`JSONField`](/pt-br/2.1/ref/contrib/postgres/fields/#django.contrib.postgres.fields.JSONField) or
  [`HStoreField`](/pt-br/2.1/ref/contrib/postgres/fields/#django.contrib.postgres.fields.HStoreField) ([#30769](https://code.djangoproject.com/ticket/30769)).
