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

*October 1, 2019*

Django 2.1.13 fixes a regression in 2.1.11.

## Perbaikan kesalahan

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