diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-04-21 21:54:00 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-05-11 22:02:14 +0200 |
| commit | 70779d9c1cab77791c73b72e8a63f60184d8f2b0 (patch) | |
| tree | 7828e9c41beadca59af894c6191f7825a4387879 /docs/internals | |
| parent | bd53db5eab05099ae371348529c6428e0da95c6a (diff) | |
Fixed #24733 -- Passed the triggering exception to 40x error handlers
Thanks Tim Graham for the review.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
