mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #32637 -- Restored exception message on technical 404 debug page.
Thanks Atul Varma for the report.
This commit is contained in:
parent
b8bb9e1549
commit
3b8527e32b
3 changed files with 11 additions and 2 deletions
|
@ -19,3 +19,6 @@ Bugfixes
|
|||
``QuerySet.values()/values_list()`` after ``QuerySet.union()``,
|
||||
``intersection()``, and ``difference()`` when it was ordered by an
|
||||
unannotated field (:ticket:`32627`).
|
||||
|
||||
* Restored, following a regression in Django 3.2, displaying an exception
|
||||
message on the technical 404 debug page (:ticket:`32637`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue