2014-08-21 23:55:23 +08:00
|
|
|
==========================
|
|
|
|
Django 1.6.7 release notes
|
|
|
|
==========================
|
|
|
|
|
2014-09-03 09:34:29 +08:00
|
|
|
*September 2, 2014*
|
2014-08-21 23:55:23 +08:00
|
|
|
|
2014-08-29 22:01:21 +08:00
|
|
|
Django 1.6.7 fixes several bugs in 1.6.6, including a regression related to
|
|
|
|
a security fix in that release.
|
2014-08-21 23:55:23 +08:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
|
|
|
* Allowed inherited and m2m fields to be referenced in the admin
|
2014-08-29 22:01:21 +08:00
|
|
|
(:ticket:`23329`).
|
|
|
|
* Fixed a crash when using ``QuerySet.defer()`` with ``select_related()``
|
|
|
|
(:ticket:`23370`).
|