---
title: "Django 1.6.8 release notes"
version: 3.0
locale: zh-hans
source: https://docs.djangoproject.com/zh-hans/3.0/releases/1.6.8/
canonical: https://djangodocs.dev/zh-hans/3.0/releases/1.6.8/
---
# Django 1.6.8 release notes

*October 22, 2014*

Django 1.6.8 fixes a couple regressions in the 1.6.6 security release.

## Bugfixes

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