orf / django-debug-toolbar-template-timings

A django-debug-toolbar panel that displays template rendering times for your Django application
https://pypi.python.org/pypi/django-debug-toolbar-template-timings
MIT License
296 stars 28 forks source link

replace_call from django-debug-toolbar #15

Closed shadow-identity closed 10 years ago

shadow-identity commented 10 years ago

Hi, I've got django.core.exceptions.ImproperlyConfigured: Error importing debug panel template_timings_panel.panels.TemplateTimings: "cannot import name replace_call"

It's because: https://github.com/django-debug-toolbar/django-debug-toolbar/commit/1bf828463dfc48ea09409ae2c91176d5fb0d38c7

orf commented 10 years ago

Thanks, I have uploaded a new version to PyPi that fixes this.

shadow-identity commented 10 years ago

Thanks for efficiency