1
0
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:
Mariusz Felisiak
2021-04-13 09:15:04 +02:00
committed by GitHub
parent b8bb9e1549
commit 3b8527e32b
3 changed files with 11 additions and 2 deletions

View File

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