1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #33701 -- Added fine-grained error locations to the technical 500 debug page.

This commit is contained in:
Giebisch
2022-11-03 11:49:10 +01:00
committed by Mariusz Felisiak
parent 9d726c7902
commit 85b52d22fd
6 changed files with 101 additions and 5 deletions

View File

@@ -161,7 +161,8 @@ Email
Error Reporting
~~~~~~~~~~~~~~~
* The debug page now shows :pep:`exception notes <678>` on Python 3.11+.
* The debug page now shows :pep:`exception notes <678>` and
:pep:`fine-grained error locations <657>` on Python 3.11+.
File Storage
~~~~~~~~~~~~