node13h / django-debug-toolbar-template-profiler

Displays template rendering time on the timeline
Other
72 stars 14 forks source link

Fix compatibility with django-debug-toolbar 2.0 #13

Closed blueyed closed 5 years ago

blueyed commented 5 years ago

Fixes https://github.com/node13h/django-debug-toolbar-template-profiler/issues/8

Quick'n'dirty - only checked with DDT master, and Django 2.2.x.

adamchainz commented 5 years ago

Thanks, pushed a small commit with changelog and setup.py notice. Works for me on Django 2.0 and django-debug-toolbar 2.0 as well.