summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEmmanuelle Delescolle <emma@lasolution.be>2014-10-05 20:06:51 +0200
committerTim Graham <timograham@gmail.com>2014-10-06 08:50:48 -0400
commitc5c4bfa12aa0e8d4e8b46d77b6159f59330c3313 (patch)
tree03088f50319043be629a48010e5642fa212456ad /docs
parent0aad1f1ea912e1c855c1ff9c0b89fa28d2035ca3 (diff)
[1.6.x] Fixed #23604 -- Allowed related m2m fields to be references in the admin.
Thanks Simon Charette for review. Backport of a24cf21722 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.4.16.txt7
-rw-r--r--docs/releases/1.5.11.txt5
-rw-r--r--docs/releases/1.6.8.txt5
3 files changed, 13 insertions, 4 deletions
diff --git a/docs/releases/1.4.16.txt b/docs/releases/1.4.16.txt
index b10a72d264..23e9ecd380 100644
--- a/docs/releases/1.4.16.txt
+++ b/docs/releases/1.4.16.txt
@@ -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>`_).
diff --git a/docs/releases/1.5.11.txt b/docs/releases/1.5.11.txt
index 9a60239c64..3c6f4c42ac 100644
--- a/docs/releases/1.5.11.txt
+++ b/docs/releases/1.5.11.txt
@@ -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>`_).
diff --git a/docs/releases/1.6.8.txt b/docs/releases/1.6.8.txt
index b209649ba4..9f8d3ab3a5 100644
--- a/docs/releases/1.6.8.txt
+++ b/docs/releases/1.6.8.txt
@@ -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`).