mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #24733 -- Passed the triggering exception to 40x error handlers
Thanks Tim Graham for the review.
This commit is contained in:
parent
bd53db5eab
commit
70779d9c1c
9 changed files with 103 additions and 28 deletions
|
@ -58,6 +58,9 @@ details on these changes.
|
|||
* The ``django.template.loaders.base.Loader.__call__()`` method will be
|
||||
removed.
|
||||
|
||||
* Support for custom error views with a single positional parameter will be
|
||||
dropped.
|
||||
|
||||
.. _deprecation-removed-in-2.0:
|
||||
|
||||
2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue