summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-04-15 09:21:35 -0400
committerGitHub <noreply@github.com>2017-04-15 09:21:35 -0400
commit8c6a3062dda7b51c3f545e625f529ce5c183040d (patch)
tree1d7c79007ec509c79d1ae7177a27e9c0d3cf7760 /docs
parent89a080fc0541b3f918abd392982263d5e00d403f (diff)
Fixed #28079 -- Restored "No POST data" (rather than an empty table) in HTML debug page.
Regression in 7b6dccc82fa5b03cf431742c0655e5ac954e228e
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt
index 066127d5e4..e7f2638881 100644
--- a/docs/releases/1.11.1.txt
+++ b/docs/releases/1.11.1.txt
@@ -21,3 +21,6 @@ Bugfixes
* Fixed ``QuerySet.filter()`` crash when it references the name of a
``OneToOneField`` primary key (:ticket:`28047`).
+
+* Fixed empty POST data table appearing instead of "No POST data" in HTML debug
+ page (:ticket:`28079`).