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 (
Expand
)
Author
2008-09-08
raise errors with panels subclass loading to help in debugging
Rob Hudson
2008-09-07
Fixing a bug reported that was causing encoding errors. Thanks Chris Kelly for
Rob Hudson
2008-09-07
Merge branch 'master' of git://github.com/robhudson/django-debug-toolbar
Matt George
2008-09-07
Fixed a bug where the toolbar may have not been instantiated on request but
Rob Hudson
2008-09-07
fixed bug where if IP was not in INTERNAL_IPS then self.debug_toolbar.render_...
Matt George
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
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 i...
Rob Hudson
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 JS...
Rob Hudson
[prev]