1
0
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.

Backport of 3cbb759 from master
This commit is contained in:
Simon Charette
2014-08-21 11:55:23 -04:00
parent 5d647e5f17
commit 4c96bd8fb3
7 changed files with 65 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>`_)

13
docs/releases/1.5.10.txt Normal file
View File

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

View File

@@ -25,6 +25,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
1.5.10
1.5.9
1.5.8
1.5.7
@@ -41,6 +42,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
1.4.15
1.4.14
1.4.13
1.4.12