---
title: "Django 1.11.25 release notes"
version: 4.0
locale: pl
source: https://docs.djangoproject.com/pl/4.0/releases/1.11.25/
canonical: https://djangodocs.dev/pl/4.0/releases/1.11.25/
---
# Django 1.11.25 release notes

*October 1, 2019*

Django 1.11.25 fixes a regression in 1.11.23.

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