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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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`).