"Content" and "Stack trace" links do not work
Hello,
I've tried your plugin, everything seems to be working, except those "Content" and "Stack trace" don't actually do anything. Was there supposed to be some JavaScript that would handle clicks on .requests-toolbar-open links in order to show hidden table rows?
Thanks, Igor
Hi, yes there is Javascript (https://github.com/ENERGYLINX/django-debug-toolbar-requests/blob/master/requests_toolbar/templates/requests_toolbar/panels/requests.html#L67) could you look at into browser's console? Maybe there is the bug.
Ah, now I see what's going on. You are using jQuery but django-debug-toolbar removed jQuery dependency in 1.10. So your code doesn't work because djdt.jQuery is undefined. Downgrading django-debug-toolbar to 1.9.1 kind of did the trick.
Ah, I didn't noticed... I'm still using the old one. Could you fix it, please?
Fixed in #3
Great, I'll check and release it.