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:
Simon Charette 2014-08-21 11:55:23 -04:00
parent 19e6397f82
commit 3cbb7590cb
8 changed files with 79 additions and 5 deletions

13
docs/releases/1.4.15.txt Normal file
View file

@ -0,0 +1,13 @@
===========================
Django 1.4.15 release notes
===========================
*Under development*
Django 1.4.15 fixes a regression in the 1.4.14 security release.
Bugfixes
========
* Allowed inherited and m2m fields to be referenced in the admin
(`#22486 <http://code.djangoproject.com/ticket/23329>`_)