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
/
example
Age
Commit message (
Expand
)
Author
2013-12-21
Update screenshot for 1.0 release.
1.0
Aymeric Augustin
2013-12-09
Another pass over the staticfiles panel.
Jannis Leidel
2013-12-08
Added staticfiles panel class.
Jannis Leidel
2013-11-24
Rename all panels consistently.
Aymeric Augustin
2013-11-17
Include configurations for PostgreSQL and MySQL.
Aymeric Augustin
2013-11-15
Implement redirects interception as a panel.
Aymeric Augustin
2013-11-15
Add doctype to HTML templates.
Aymeric Augustin
2013-11-11
Automatically enable DebugToolbarMiddleware when it isn't enabled.
Aymeric Augustin
2013-11-11
Set INTERNAL_IPS to a convenient default when it isn't set.
Aymeric Augustin
2013-11-01
Add response headers to the Headers panel.
Aymeric Augustin
2013-10-26
Eliminate almost all flake8 messages.
Aymeric Augustin
2013-10-17
Add a screenshot to the README.
Aymeric Augustin
2013-10-17
Remove unused imports.
Aymeric Augustin
2013-10-15
Fix a few issues in the updated example project.
Aymeric Augustin
2013-10-14
Add a README for the example project.
Aymeric Augustin
2013-10-14
Add a link to the admin.
Aymeric Augustin
2013-10-14
Update the example app with a modern project template.
Aymeric Augustin
2013-10-14
Remove unecessary template.
Aymeric Augustin
2013-10-14
Update versions of JavaScript libraries.
Aymeric Augustin
2013-02-12
Updated example to use class-based generic views
Alex Meng
2012-08-20
use links to static files rather than direct inclusion, Fixes #307
Thomas Grainger
2011-10-27
fixed AttributeError on 404 page exception in ProfilerPanel.process_response
Apkawa
2011-10-26
Fixed ProfilingDebugPanel; fixed example site if installed other debug_toolba...
Apkawa
2011-09-11
Cache an HTML fragment on to exercise the cache pannel.
Yann Malet
2011-09-11
Fix the profiling panel when the line_profiler module is not available.
Yann Malet
2011-09-10
Comment the profiler panel out because it does not work on ubuntu. psats is n...
Yann Malet
2011-09-10
Revert some of the previous changes and modify slightly the panels to separat...
Yann Malet
2011-09-09
Comment the profiling pannel that cause an error because pstat was miising
Yann Malet
2011-07-12
Dont access __copy__ when it doesnt work. Preprocess context list so the dict...
David Cramer
2011-05-10
Add support for __traceback_hide__ (tidy_stacktrace now inspects inspect.stac...
David Cramer
2011-04-22
Initial refactor of toggline so that profiling matches sql
David Cramer
2011-04-22
Kill off requirement of PROJECT_ROOT and clean up lint violations in profilin...
David Cramer
2011-04-06
Generate fake transaction ids so we can match up transaction end state correctly
David Cramer
2011-04-05
Add support for engine-per-query as well as pulling out psycopg2's isolation ...
David Cramer
2011-03-30
Ensure we wrap all cursors
David Cramer
2010-10-20
HTML Validation fixes
Chris Adams
2010-02-11
Added example project directory.
Rob Hudson