Fixed #28079 -- Restored "No POST data" (rather than an empty table) in HTML debug page.

Regression in 7b6dccc82f
This commit is contained in:
Tim Graham 2017-04-15 09:21:35 -04:00 committed by GitHub
parent 89a080fc05
commit 8c6a3062dd
3 changed files with 5 additions and 1 deletions

View file

@ -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`).