Fixed #24733 -- Passed the triggering exception to 40x error handlers

Thanks Tim Graham for the review.
This commit is contained in:
Claude Paroz 2015-04-21 21:54:00 +02:00
parent bd53db5eab
commit 70779d9c1c
9 changed files with 103 additions and 28 deletions

View file

@ -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