1
0
mirror of https://github.com/django/django.git synced 2025-03-26 01:00:46 +00:00
Hiroki KIYOHARA df678b7500 [1.7.x] Fixed code to solve problem
Added a class to wrap callable in settings:
* Not to call in the debug page ().
* Not to break the debug page if the callable forbidding to set attributes ().

Thanks @bmispelon for giving me some advice.

Backport of d0889863de50d65659f56f0b9ea0672a8b6482a1 from master.
2014-07-26 14:53:31 +02:00
..