1
0
mirror of https://github.com/django/django.git synced 2025-03-15 11:50:46 +00:00
django/docs/releases/1.6.7.txt
Simon Charette e3453b61c6 [1.6.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.
Thanks to Trac alias Markush2010 and ross for the detailed reports.

Backport of 3cbb759 from master
2014-08-27 21:50:29 -04:00

14 lines
269 B
Plaintext

==========================
Django 1.6.7 release notes
==========================
*Under development*
Django 1.6.7 fixes a regression in the 1.6.6 security release.
Bugfixes
========
* Allowed inherited and m2m fields to be referenced in the admin
:ticket:`23329`