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
/
headers.py
Age
Commit message (
Expand
)
Author
2013-12-01
Review translated strings.
Aymeric Augustin
2013-11-25
Support non-str keys in request.META.
Aymeric Augustin
2013-11-24
Update all panels to follow the public API.
Aymeric Augustin
2013-11-24
Rename all panels consistently.
Aymeric Augustin
2013-11-10
Be resilient if not all middleware run.
Aymeric Augustin
2013-11-09
Remove unused method in panel API.
Aymeric Augustin
2013-11-01
Add response headers to the Headers panel.
Aymeric Augustin
2013-11-01
Show all HTTP headers in the headers panel.
Aymeric Augustin
2013-10-17
Enable unicode_literals in all non-empty modules.
Aymeric Augustin
2012-01-12
pep8
David Cramer
2011-09-15
Edited all of the panels to use the stats API and not override the content me...
bkonkle
2011-09-12
Updated the template panel, and corrected an issue in the headers panel
bkonkle
2011-09-12
Updated the headers panel
bkonkle
2011-09-10
Populate the stats['headers'] on the request.debug_toolbar
Yann Malet
2010-04-07
Revert "Factor headers data out of HeaderDebugPanel."
Rob Hudson
2010-03-03
Factor headers data out of HeaderDebugPanel.
Bryan Chow
2010-01-14
Template panel context cleanup.
Chris Adams
2009-11-18
Marked more strings for translation and updated 'fr' locale.
David Jean Louis
2009-08-12
added in-panel title
Idan Gazit
2009-08-12
renamed title/subtitle -> nav_title/nav_subtitle
Idan Gazit
2008-09-21
Refactoring middleware and panels so panels have more explicit middleware-like
Rob Hudson
2008-09-09
Adding a `has_content` boolean to panels to avoid issues with checking if
Rob Hudson
2008-09-08
convert panels with content to use file based templates for overriding ability
Rob Hudson
2008-09-07
Adding a new panel to display HTTP headers
Rob Hudson