mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Fixed #28079 -- Restored "No POST data" (rather than an empty table) in HTML debug page.
Regression in 7b6dccc82f
This commit is contained in:
parent
89a080fc05
commit
8c6a3062dd
3 changed files with 5 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue