---
title: "Django 1.6.7 版本发行说明"
version: 4.0
locale: zh-hans
source: https://docs.djangoproject.com/zh-hans/4.0/releases/1.6.7/
canonical: https://djangodocs.dev/zh-hans/4.0/releases/1.6.7/
---
# Django 1.6.7 版本发行说明

*2014 年 9 月 2 日*

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

## 漏洞修复

- 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)).
