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
/
README.rst
Age
Commit message (
Expand
)
Author
2010-03-02
Added note about middleware ordering and flat pages.
Rob Hudson
2010-02-21
Added configurable HTML tag to attach toolbar to
Davide Callegari
2010-01-08
Added notes to README on `debugsqlshell` management command
Rob Hudson
2009-09-12
Merge remote branch 'alex/master'
Rob Hudson
2009-08-11
allow for handling the pathological case of an insanely large template context
Alex Gaynor
2009-06-16
provide an option to see stuff indjango in the sql stack trace
Alex Gaynor
2009-05-27
Adding a signals panel to display list of signals and their providing arguments
Alex Gaynor
2009-04-21
Updating README to reflect new location of bugs and todos
Rob Hudson
2009-04-02
Remove cache panel mentions in README until working.
Rob Hudson
2009-03-26
New configuration option to provide your own 'show_toolbar' method.
Rob Hudson
2009-01-15
Fix typo/grammar in README ("the the")
dAniel hAhler
2008-12-12
README update to point to issues list on Google code.
Rob Hudson
2008-10-02
Dropping an item from the README's TODO.
Rob Hudson
2008-10-02
Merging in new settings panel from 'binarydud/master'. Thanks!
Rob Hudson
2008-09-27
Adding info about the Logging panel to the README
Rob Hudson
2008-09-21
Removing update from previous commit from TODO list in README.
Rob Hudson
2008-09-21
Updated README a bit and added many of the suggestions to the TODO.
Rob Hudson
2008-09-15
Updated README to indicate a different (better?) method of getting the debug ...
Jacob Kaplan-Moss
2008-09-12
Moving default list of panels into the loader to skip an install step. Panel
Rob Hudson
2008-09-12
Updating README to follow a name refactoring that happened a few commits back
Rob Hudson
2008-09-11
Adding notes about the INTERNAL_IPS setting for this to work.
Rob Hudson
2008-09-09
Adding template panel info to README
Rob Hudson
2008-09-08
Adding a cache statistics panel contributed by David Cramer.
Rob Hudson
2008-09-08
Rewrite of toolbar HTML, CSS, and JS. Written by David Cramer with some
Rob Hudson
2008-09-08
Updating README to include new GET/POST vars panel.
Rob Hudson
2008-09-08
Adding special note about middleware ordering.
Rob Hudson
2008-09-07
Updated README: Added note about depending on jQuery for now. Added document...
Rob Hudson
2008-09-07
editing README
Rob Hudson
2008-09-06
Updating rendering to use Django templates and could possibly be overridden.
Rob Hudson
2008-08-28
reverting all last readme changes
Rob Hudson
2008-08-28
trying again
Rob Hudson
2008-08-28
trying again
robhudson
2008-08-28
Seems like github didn't like my rst... trying again.
robhudson
2008-08-28
README changes
Rob Hudson
2008-08-27
Initial commit of basic working Debug Toolbar (that needs a lot of CSS and JS...
Rob Hudson