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
297 stars 28 forks source link

Adding compatibility for django 1.9 #27

Closed juanwolf closed 8 years ago

juanwolf commented 8 years ago

Hi,

I changed the generic_tag_compiler to the simple_tag as @AgustinLado said in https://github.com/orf/django-debug-toolbar-template-timings/issues/24

i tried to keep the compatibility for django 1.8 but that's the first time I do that and I could not test it yet.

Except that, it works pretty well in django 1.9 with this modification.

orf commented 8 years ago

Thanks for this!

mitya57 commented 7 years ago

Now that the new version is released, can you update the README? It still says that “Django 1.9 and above do not work at the moment”.