mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #32637 -- Restored exception message on technical 404 debug page.
Thanks Atul Varma for the report.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user