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
Age
Commit message (
Collapse
)
Author
2008-09-07
fixed bug where if IP was not in INTERNAL_IPS then ↵
Matt George
self.debug_toolbar.render_toolbar() results in Error because debug_toolbar is None
2008-09-07
Merge branch 'master' of git://github.com/robhudson/django-debug-toolbar
Matt George
2008-09-07
adding a check to not display toolbar on ajax requests
Rob Hudson
2008-09-07
changed js to hide currently showing debug panel
Matt George
2008-09-07
Adding a new panel to display HTTP headers
Rob Hudson
2008-09-07
updating to pass around the request object
Rob Hudson
2008-09-07
Adding INTERNAL_IPS check to display toolbar — this may be a bit much but ↵
Rob Hudson
there will potentially be lots of things there you would not want to share to just anyone.
2008-09-07
adding a comment to note that panel subclasses should declare a name
Rob Hudson
2008-09-07
adding a name attribute to base panel since we are likely to put more stuff ↵
Rob Hudson
in titles
2008-09-07
converting sql panel to use template
Rob Hudson
2008-09-07
no need to output div if there is no content
Rob Hudson
2008-09-06
Updating panels to include more info without action required
Rob Hudson
2008-09-06
The last commit missed an added method to the Panel base class
Rob Hudson
2008-09-06
Updating rendering to use Django templates and could possibly be overridden.
Rob Hudson
2008-08-28
decided to change timer to display in milliseconds
Rob Hudson
2008-08-28
adding a timing panel
Rob Hudson
2008-08-27
Initial commit of basic working Debug Toolbar (that needs a lot of CSS and ↵
Rob Hudson
JS love)
[prev]