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
/
models.py
Age
Commit message (
Expand
)
Author
2013-11-13
Clear urlresolver caches after monkey-patching URLconf.
Aymeric Augustin
2013-11-12
Make it possible for panels to provide URLs and views.
Aymeric Augustin
2013-11-12
Move the logic to load panels inside the DebugToolbar class.
Aymeric Augustin
2013-11-12
Remove unnecessary nesting.
Aymeric Augustin
2013-11-11
Don't set up the toolbar when DEBUG = False.
Aymeric Augustin
2013-11-11
Simplify monkey-patching of URLs into urlconf.
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-09
Simplify code introduced in 7f7ea810.
Aymeric Augustin
2013-10-17
Enable unicode_literals in all non-empty modules.
Aymeric Augustin
2012-05-13
Fixed the toolbar loading mechanism to only happen when the middleware has be...
Jannis Leidel
2012-04-04
Moved loader into models module.
Jannis Leidel
2008-09-06
Updating rendering to use Django templates and could possibly be overridden.
Rob Hudson