Closed bryanhelmig closed 6 years ago
Thanks! I will push a new release this weekend. I wasn't aware anyone was still actively using this!
This pull request may lead to AttributeError: 'dict' object has no attribute 'default_factory'
.
Here is the context:
.../template_timings_panel/panels/TemplateTimings.py", line 246, in process_response
timings.default_factory = None
This fixes
'NoneType' object is not iterable
which can happen if you return HTML directly without building a template.