summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2016-07-22 17:38:35 -0700
committerMarkus Holtermann <info@markusholtermann.eu>2016-07-24 18:29:01 +0200
commitcaec27f87c56442d4512cb6dd9e6c26fd8d4414a (patch)
treec1e58f3eb690eda55d656490e8aab59ba6a4441b /docs
parent1152c9b7954ede3b60dc6cbad6565ba21c4d7e96 (diff)
[1.9.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the debug page.
Backport of 348cfccd9072f0e08ffe4cfb3946d1dc6a629e86 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.9.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.9.9.txt b/docs/releases/1.9.9.txt
index c458f9611a..8e90f6c8dd 100644
--- a/docs/releases/1.9.9.txt
+++ b/docs/releases/1.9.9.txt
@@ -9,4 +9,5 @@ Django 1.9.9 fixes several bugs in 1.9.8.
Bugfixes
========
-* ...
+* Fixed invalid HTML in template postmortem on the debug page
+ (:ticket:`26938`).