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

*2 września 2014*

Django 1.6.7 fixes several bugs in 1.6.6, including a regression related to
a security fix in that release.

## Poprawki błędów

- Allowed inherited and m2m fields to be referenced in the admin
  ([#23329](https://code.djangoproject.com/ticket/23329)).
- Fixed a crash when using `QuerySet.defer()` with `select_related()`
  ([#23370](https://code.djangoproject.com/ticket/23370)).
