From 91bbe7b1c1da16d51ec35a307762526c026b093a Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 15 Apr 2017 09:21:35 -0400 Subject: [1.11.x] Fixed #28079 -- Restored "No POST data" (rather than an empty table) in HTML debug page. Regression in 7b6dccc82fa5b03cf431742c0655e5ac954e228e Backport of 8c6a3062dda7b51c3f545e625f529ce5c183040d from master --- docs/releases/1.11.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3