1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #27748 -- Switched HTTP error handlers to reference callables instead of strings.

This commit is contained in:
Dmitry Gladkov
2017-01-27 23:13:40 +02:00
committed by Tim Graham
parent c8d21f3351
commit b09faa497e
3 changed files with 13 additions and 20 deletions

View File

@@ -217,6 +217,10 @@ Miscellaneous
functionality since session authentication is unconditionally enabled in
Django 1.10.
* The default HTTP error handlers (``handler404``, etc.) are now callables
instead of dotted Python path strings. Django favors callable references
since they provide better performance and debugging experience.
.. _deprecated-features-2.0:
Features deprecated in 2.0