summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2014-08-21 11:55:23 -0400
committerSimon Charette <charette.s@gmail.com>2014-08-27 22:12:37 -0400
commit4685026840f0e2b895f980b6a33ad1b282aa7852 (patch)
tree3f2e5900bfccaf23c7ef2ea7ddc3438cdca38a20 /docs
parent8adc56ca78fa362dc59de81b641e6d65b6abf289 (diff)
[1.4.x] 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
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.4.15.txt13
-rw-r--r--docs/releases/index.txt1
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/releases/1.4.15.txt b/docs/releases/1.4.15.txt
new file mode 100644
index 0000000000..e9498e8a84
--- /dev/null
+++ b/docs/releases/1.4.15.txt
@@ -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>`_)
diff --git a/docs/releases/index.txt b/docs/releases/index.txt
index 246c688b0b..1b1a5fe955 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -19,6 +19,7 @@ Final releases
.. toctree::
:maxdepth: 1
+ 1.4.15
1.4.14
1.4.13
1.4.12