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

A debug/profiling overlay for Django

Results 15 django-debug-toolbar issues
Sort by recently updated
recently updated
newest added

- check for view_func, view_args, view_kwargs and request attrs before accessing them - fixes open issue #180

In debug_toolbar/panels/sql.py on line 195 (as at bf39bb03a0777505f1fb) the str.format method, which was introduced in Python 2.6.

Same as Issue #16, but for profiling panel. On Windows, splitting a path with '/' does not work well ;-) The exception is located at debug_toolbar/panels/profiling.py in content, line 65...

Perhaps DjDT needs to check the response MIME type and only insert itself on JSON responses. We're using a RestView class (http://djangosnippets.org/snippets/1071/) with the django-annoying @ajax_request decorator and DjDT tries...

On Windows, splitting a path with '/' does not work well ;-) The exception is located at debug_toolbar/panels/sql.py in content, line 195 Bug fixed by importing os, and replacing '/'...

...on account of a divide-by-zero here: ``` factor = int(256.0/(len(self._databases)*2.5)) ```

**\* Errors validating [tmpfilepath]: *** Error at line 1, character 1: missing document type declaration; assuming HTML 4.01 Transitional Error at line 4, character 7: end tag for "HEAD" which...

I tried to use the toolbar in Google Chrome. All java script code does not work because djDebugToolbar.compressed.js was loaded and executed before jquery library was loaded. I've changed template...