summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2014-09-04 17:04:53 -0400
committerSimon Charette <charette.s@gmail.com>2014-09-08 14:22:29 -0400
commit065caafa70b6c422f73e364a4c241b6538969d7b (patch)
tree28e08a443f005b91ab6a5f8d9139b74b42292f7e /docs
parent78085844a7b728fab156ce85bf3463e79cf85b98 (diff)
[1.4.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.
This fixes a regression introduced by the 53ff096982 security fix. Thanks to @a1tus for the report and Tim for the review. refs #23329. Backport of 342ccbd from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.4.16.txt13
-rw-r--r--docs/releases/index.txt1
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/releases/1.4.16.txt b/docs/releases/1.4.16.txt
new file mode 100644
index 0000000000..7c6e2675a0
--- /dev/null
+++ b/docs/releases/1.4.16.txt
@@ -0,0 +1,13 @@
+===========================
+Django 1.4.16 release notes
+===========================
+
+*Under development*
+
+Django 1.4.16 fixes a regression in the 1.4.14 security release.
+
+Bugfixes
+========
+
+* Allowed inline and hidden references to admin fields
+ (`#23431 <http://code.djangoproject.com/ticket/23431>`_).
diff --git a/docs/releases/index.txt b/docs/releases/index.txt
index 1b1a5fe955..bf7c0eceb4 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -19,6 +19,7 @@ Final releases
.. toctree::
:maxdepth: 1
+ 1.4.16
1.4.15
1.4.14
1.4.13