From 70779d9c1cab77791c73b72e8a63f60184d8f2b0 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 21 Apr 2015 21:54:00 +0200 Subject: Fixed #24733 -- Passed the triggering exception to 40x error handlers Thanks Tim Graham for the review. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 987dc2b580..6580d2796c 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 -- cgit v1.3