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
/
version.py
Age
Commit message (
Expand
)
Author
2013-11-24
Rename all panels consistently.
Aymeric Augustin
2013-11-09
Remove unused method in panel API.
Aymeric Augustin
2013-10-17
Enable unicode_literals in all non-empty modules.
Aymeric Augustin
2012-05-13
Minor cosmetic cleanup, switching out __import__ calls with the proper use of...
Jannis Leidel
2012-04-04
Sort versions alphabetically.
Jannis Leidel
2012-01-12
pep8
David Cramer
2011-11-30
Don't blow up if INSTALLED_APPS is a tuple
Chris Lamb
2011-09-15
Edited all of the panels to use the stats API and not override the content me...
bkonkle
2011-09-12
Minor whitespace correction for the version panel
bkonkle
2011-09-12
Tweaks to the version panel, and whitespace corrections for the timer panel
bkonkle
2011-09-11
Modify the Version panel
Yann Malet
2011-09-11
linting- Remove unused import
Yann Malet
2011-05-13
Python version in 'versions' panel
Tomasz Buchert
2010-04-07
Revert "Factor versions data out of VersionDebugPanel."
Rob Hudson
2010-03-03
Factor versions data out of VersionDebugPanel.
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-11-02
Merge branch 'master' into tx-master
Rob Hudson
2009-11-02
kill whitespace
Alex Gaynor
2009-11-02
detect versions for other installed applications
Alex Gaynor
2009-11-02
Made the versions panel more powerful
Alex Gaynor
2009-10-16
Added detection and display of versions of apps.
Alex Gaynor
2009-09-25
kill whitespace
Alex Gaynor
2009-09-25
detect versions for other installed applications
Alex Gaynor
2009-09-18
Made the versions panel more powerful
Alex Gaynor
2009-08-25
added spanish translation of the panels nav title
Percy Perez-Pinedo
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 subcla...
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-06
Updating panels to include more info without action required
Rob Hudson
2008-08-27
Initial commit of basic working Debug Toolbar (that needs a lot of CSS and JS...
Rob Hudson