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:
committed by
Tim Graham
parent
c8d21f3351
commit
b09faa497e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user