1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Refs #24733 -- Removed support for error views without the exception parameter.

Per deprecation timeline.
This commit is contained in:
Tim Graham
2016-12-31 07:05:37 -05:00
parent 5d8da093a9
commit 3cee9edd1b
2 changed files with 4 additions and 14 deletions

View File

@@ -285,3 +285,6 @@ these features.
* ``django.template.loaders.filesystem.Loader.get_template_sources()``
* ``django.template.loaders.base.Loader.__call__()`` is removed.
* Support for custom error views that don't accept an ``exception`` parameter
is removed.