mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.
Thanks to Trac alias Markush2010 and ross for the detailed reports.
This commit is contained in:
13
docs/releases/1.6.7.txt
Normal file
13
docs/releases/1.6.7.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
==========================
|
||||
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`
|
||||
Reference in New Issue
Block a user