index
:
django-debug-toolbar
0.8.x
1.0-release
develop
gh-pages
line_profiler_int
master
restrict-toolbar-handle-to-window
toolbar-refactor
tx-master
A configurable set of panels that display various debug information about the current request/response.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debug_toolbar
/
urls.py
Age
Commit message (
Expand
)
Author
2013-11-12
Make it possible for panels to provide URLs and views.
Aymeric Augustin
2013-11-11
Simplify monkey-patching of URLs into urlconf.
Aymeric Augustin
2013-11-10
Load the content of panels dynamically.
Aymeric Augustin
2013-10-26
Eliminate almost all flake8 messages.
Aymeric Augustin
2013-10-17
Enable unicode_literals in all non-empty modules.
Aymeric Augustin
2013-10-17
Remove compatibility code for unsupported version of Django.
Aymeric Augustin
2013-04-24
Merge branch 'master' of https://github.com/django-debug-toolbar/django-debug...
Vladislav Poluhin
2012-12-30
Avoid importing `django.conf.urls.defaults` on django 1.4+
Simon Charette
2012-12-27
Use prefix for patterns
Vladislav Poluhin
2012-08-20
use links to static files rather than direct inclusion, Fixes #307
Thomas Grainger
2012-01-12
pep8
David Cramer
2009-03-26
Minor cleanup of imports and long lines.
Rob Hudson
2009-01-17
Fixing AJAX calls to detailed SQL views.
Reto Aebersold
2008-10-07
Clicking on a template file now will fetch and show the source of the template.
Rob Hudson
2008-10-06
Adding query profiling for MySQL. Thanks to Simon Willison for the suggestion.
Rob Hudson
2008-10-06
Just like EXPLAIN, adding the output of straight SELECT statements so you can
Rob Hudson
2008-09-16
Merge branch 'master' into explain and updating a few bits to work with the new
Rob Hudson
2008-09-15
Modified scripts to use jQuery, and moved 'em to a better place.
Jacob Kaplan-Moss
2008-09-15
Added a mechanism for monkeypatching in debug views, and also added
Jacob Kaplan-Moss
2008-09-11
Adding view to explain SQL passed in via query string. Hopefully this is
Rob Hudson