---
title: "Informacje o wydaniu Django 1.4.16"
version: 6.1
locale: pl
source: https://docs.djangoproject.com/pl/6.1/releases/1.4.16/
canonical: https://djangodocs.dev/pl/6.1/releases/1.4.16/
---
# Informacje o wydaniu Django 1.4.16

*October 22, 2014*

Django 1.4.16 fixes a couple regressions in the 1.4.14 security release and a
bug preventing the use of some GEOS versions with GeoDjango.

## Poprawki błędów

- Allowed related many-to-many fields to be referenced in the admin
  ([#23604](https://code.djangoproject.com/ticket/23604)).
- Allowed inline and hidden references to admin fields
  ([#23431](https://code.djangoproject.com/ticket/23431)).
- Fixed parsing of the GEOS version string
  ([#20036](https://code.djangoproject.com/ticket/20036)).
