Closed iperelivskiy closed 10 years ago
Unfortunately I'm unable to reproduce the bug, even with python 2.7.3, django 1.6.1 and debug_toolbar 0.11.0 ! But I suspect the problem comes from relative import in middleware.py. Could you please update to version 0.7.1 and check if the problem is still there ?
Hi,
That was because I initially disabled some panels in debug toolbar and then switched to the panel middleware. Now I have encoding issue:
My system locale is en_US.UTF-8. And browser's is Russian, English.
Thanks for your help!
The encoding should be fixed now. Please update django-debug-panel to version 0.7.2.
It worked, thanks!
TimerDebugPanel
object has no attribute_start_time
Exception Location: debug_toolbar/panels/timer.py in process_response, line 35