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
/
panels
/
__init__.py
Age
Commit message (
Collapse
)
Author
2009-08-12
added in-panel title
Idan Gazit
2009-08-12
renamed title/subtitle -> nav_title/nav_subtitle
Idan Gazit
2009-08-11
Refactored the UI to be a right hand side vertical toolbar. DebugPanel ↵
Rob Hudson
subclass grew a subtitle method to display informative text under the title.
2008-09-21
Refactoring middleware and panels so panels have more explicit middleware-like
Rob Hudson
methods to be more clear when panel processing happens.
2008-09-09
Adding a `has_content` boolean to panels to avoid issues with checking if
Rob Hudson
content exists and displaying it in the templates.
2008-09-07
updating to pass around the request object
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 ↵
Rob Hudson
in titles
2008-09-06
The last commit missed an added method to the Panel base class
Rob Hudson
2008-08-27
Initial commit of basic working Debug Toolbar (that needs a lot of CSS and ↵
Rob Hudson
JS love)