Changed paths:
M django/views/debug.py
M tests/view_tests/tests/test_debug.py
Log Message:
-----------
Fixed code to solve #23070 problem
Added a class to wrap callable in settings:
* Not to call in the debug page (#21345).
* Not to break the debug page if the callable forbidding to set attributes (#23070).