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
Age
Commit message (
Expand
)
Author
2008-09-16
Merge branch 'master' into explain and updating a few bits to work with the new
Rob Hudson
2008-09-15
Modified scripts to use jQuery, and moved 'em to a better place.
Jacob Kaplan-Moss
2008-09-15
Added a mechanism for monkeypatching in debug views, and also added
Jacob Kaplan-Moss
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 view to explain SQL passed in via query string. Hopefully this is
Rob Hudson
2008-09-11
Adding JSON params to pass to view and adding link for explain.
Rob Hudson
2008-09-11
Moving reformat sql so we can pull this in elsewhere.
Rob Hudson
2008-09-11
Patch submitted by Ned Batchelder to fix panel path slashes on Windows.
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-09
Adding a templates panel that shows the templates used during a
Rob Hudson
2008-09-09
Making it so that the SQL panel display SQL a little more formatted and nice.
Rob Hudson
2008-09-09
Adding a `has_content` boolean to panels to avoid issues with checking if
Rob Hudson
2008-09-09
Adding more checkes to middleware.
Rob Hudson
2008-09-09
added ms label to total time on cache panel
Rob Hudson
2008-09-09
Merging in some changes from David Cramer for the HTTP vars panel but renaming
Rob Hudson
2008-09-08
I forgot to really *add* the cache stats panel by David Cramer.
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-08
Added a database stats tracking class to pass through params. This is setup
Rob Hudson
2008-09-08
HTTP POST/GET panel contributed by David Cramer
Rob Hudson
2008-09-08
convert panels with content to use file based templates for overriding ability
Rob Hudson
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
Updated README: Added note about depending on jQuery for now. Added document...
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
editing README
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
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
[prev]
[next]