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

AttributeError: 'dict' object has no attribute 'default_factory' #35

Closed galeo closed 6 years ago

galeo commented 6 years ago

This issue may be introduced by #33, check here for details.

orf commented 6 years ago

I think I fixed this in https://github.com/orf/django-debug-toolbar-template-timings/commit/aedce9d964656b6b8f1e15b5430d37d34ee014f8, could you confirm?

avbasov commented 6 years ago

Yes, It works.

galeo commented 6 years ago

Thanks. I can confirm it was fixed.

orf commented 6 years ago

Awesome, I will push a new release tonight. Thanks for testing!

galeo commented 6 years ago

Sorry, I could not find the new release on PyPI. Has it been pushed?

orf commented 6 years ago

0.9 has just been released, I guess I forgot to push a release! My apologies 👍

galeo commented 6 years ago

Thanks! 👍