---
title: "Django 2.1.13 release notes"
version: 4.2
locale: pl
source: https://docs.djangoproject.com/pl/4.2/releases/2.1.13/
canonical: https://djangodocs.dev/pl/4.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.

## Poprawki błędów

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