diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-04-13 09:15:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-13 09:15:04 +0200 |
| commit | 3b8527e32b665df91622649550813bb1ec9a9251 (patch) | |
| tree | b4488c1d77128e7690d37b7598fa2dc9be2060c0 /docs/releases/3.2.1.txt | |
| parent | b8bb9e1549aa7086c20deae81e3b90b363b4f159 (diff) | |
Fixed #32637 -- Restored exception message on technical 404 debug page.
Thanks Atul Varma for the report.
Diffstat (limited to 'docs/releases/3.2.1.txt')
| -rw-r--r-- | docs/releases/3.2.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.2.1.txt b/docs/releases/3.2.1.txt index 2a7dda13ab..376efb0211 100644 --- a/docs/releases/3.2.1.txt +++ b/docs/releases/3.2.1.txt @@ -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`). |
