Closed idanz closed 10 years ago
Very embarrassing question you are asking here. And you are perfectly right, it's not working with ajax calls.
I fixed the issue and added some tests. Hopefully such stupid mistakes will be unlikely to happen again !
Thanks for the quick fix. Since it makes the package pretty unusable, would it be possible to fix the pip version for this?
Yes, I updated the package on pypi. A pip install -U django-debug-panel
should do it.
Thanks!
On Fri, Dec 13, 2013 at 9:29 AM, Joël Billaud notifications@github.comwrote:
Yes, I updated the package on pypi. A pip install -U django-debug-panelshould do it.
— Reply to this email directly or view it on GitHubhttps://github.com/recamshak/django-debug-panel/issues/2#issuecomment-30491415 .
Thanks! Works now. Awesome.
I might be missing something, but it doesn't seem to work for Ajax calls for me. looking at the middleware.py code and I see:
so how is that supposed to work for ajax calls?