django-debug-panel icon indicating copy to clipboard operation
django-debug-panel copied to clipboard

django-debug-toolbar in WebKit DevTools. Works fine with background Ajax requests and non-HTML responses.

Results 19 django-debug-panel issues
Sort by recently updated
recently updated
newest added

The current codebase master branch is still using the old Django feature that has removed in 2.2. Also, middleware is not compatible with Debug toolbar.

I installed & configured `django-debug-panel`, but list of requests on "Django Debug" page of Google Chrome Devtools stayed empty. Turned out, that simply commenting out lines 59 and 60 on...

It doesn't work with the version 2.0 of Django. It gives the following error ``` from django.core.urlresolvers import reverse, resolve, Resolver404 ModuleNotFoundError: No module named 'django.core.urlresolvers' ``` According to https://docs.djangoproject.com/en/2.0/releases/2.0/#features-removed-in-2-0...

Update for django 2.0 `Importing from django.core.urlresolvers is deprecated in favor of django.urls.`

Ajax requests are not showing in Django Debug Panel Chrome extension. Chrome version 65.0.3325.181. Latest 64 version works.

[https://ibb.co/i5e9ZF](url) Not working along with Debug toolbar, Shows 0 sql queries Please help

Ajax requests are ignored in DDT as of 68c4410f https://github.com/jazzband/django-debug-toolbar/commit/68c4410f

![bug_with_display_sql](https://cloud.githubusercontent.com/assets/6649855/12217979/97ddb714-b743-11e5-827b-9681a76e76b0.PNG)

If I clear my debug_panel cache I still see my old requests in the Django Debug Panel Chrome extension. When you click on them there is no data, but it...

I'm using: django-debug-toolbar (1.8) django-debug-panel (0.8.3) And when I use `debug_panel.middleware.DebugPanelMiddleware`, the SQL tab gets double escaping and is not usable. I noticed there is not an issue for this...