django-elasticsearch-debug-toolbar
django-elasticsearch-debug-toolbar copied to clipboard
fix for DDT >= 4.1.0
Fix for #20
I added simple ThreadCollector.
I also removed imports of debug_toolbar.utils.get_module_path
and debug_toolbar.utils.hidden_paths
which are not present in any version of DDT > 3.6. These imports were introduced in version 3.1.0 and it seems like they are some relicts of the merge.
I have also updated the testing matrix and explicitly set the DDT
to ensure it is tested with various versions.
Can someone merge this please @Benoss
Hi @Benoss any chance of a merge?
Hi @Benoss it would be great if you could merge this; otherwise elastic panel doesn't work on recent django