mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #23604 -- Allowed related m2m fields to be references in the admin.
Thanks Simon Charette for review.
This commit is contained in:
parent
e501d4c505
commit
a24cf21722
8 changed files with 37 additions and 5 deletions
|
@ -4,12 +4,15 @@ Django 1.4.16 release notes
|
|||
|
||||
*Under development*
|
||||
|
||||
Django 1.4.16 fixes a regression in the 1.4.14 security release and a bug
|
||||
preventing the use of some GEOS versions with GeoDjango.
|
||||
Django 1.4.16 fixes a couple regressions in the 1.4.14 security release and a
|
||||
bug preventing the use of some GEOS versions with GeoDjango.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* Allowed related many-to-many fields to be referenced in the admin
|
||||
(`#23604 <http://code.djangoproject.com/ticket/23604>`_).
|
||||
|
||||
* Allowed inline and hidden references to admin fields
|
||||
(`#23431 <http://code.djangoproject.com/ticket/23431>`_).
|
||||
|
||||
|
|
|
@ -4,10 +4,13 @@ Django 1.5.11 release notes
|
|||
|
||||
*Under development*
|
||||
|
||||
Django 1.5.11 fixes a regression in the 1.5.9 security release.
|
||||
Django 1.5.11 fixes a couple regressions in the 1.5.9 security release.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* Allowed related many-to-many fields to be referenced in the admin
|
||||
(`#23604 <http://code.djangoproject.com/ticket/23604>`_).
|
||||
|
||||
* Allowed inline and hidden references to admin fields
|
||||
(`#23431 <http://code.djangoproject.com/ticket/23431>`_).
|
||||
|
|
|
@ -4,9 +4,12 @@ Django 1.6.8 release notes
|
|||
|
||||
*Under development*
|
||||
|
||||
Django 1.6.8 fixes a regression in the 1.6.6 security release.
|
||||
Django 1.6.8 fixes a couple regressions in the 1.6.6 security release.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* Allowed related many-to-many fields to be referenced in the admin
|
||||
(:ticket:`23604`).
|
||||
|
||||
* Allowed inline and hidden references to admin fields (:ticket:`23431`).
|
||||
|
|
|
@ -9,6 +9,9 @@ Django 1.7.1 fixes several bugs in 1.7.
|
|||
Bugfixes
|
||||
========
|
||||
|
||||
* Allowed related many-to-many fields to be referenced in the admin
|
||||
(:ticket:`23604`).
|
||||
|
||||
* Added a more helpful error message if you try to migrate an app without first
|
||||
creating the ``contenttypes`` table (:ticket:`22411`).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue