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
2011-09-26
Dont use ternary operator
David Cramer
2011-09-26
Merge branch 'issue-duplicated-queries' of https://github.com/thinred/django-...
David Cramer
2011-09-26
Better substitutions for template context variables triggering SQL queries
Mikhail Korobov
2011-09-26
Issue 187: queries are captured and not executed when template panel is rende...
Tomasz Buchert
2011-09-16
Merge pull request #206 from lincolnloop/stats_decouple
David Cramer
2011-09-15
The toolbar can't be assigned at init - so grab it each time the method is ca...
bkonkle
2011-09-15
Remove any remaining uses of self.__class__ with super
bkonkle
2011-09-15
Edited all of the panels to use the stats API and not override the content me...
bkonkle
2011-09-15
Add a default 'content' method, since the method is now identical on every panel
bkonkle
2011-09-15
Correct some issues with the stats methods
bkonkle
2011-09-15
Added convenience methods to make it easier to work with panel stats
bkonkle
2011-09-15
Revert the middleware back to its original state, because no changes are actu...
bkonkle
2011-09-15
Don't add to the request object, because get_current can be used to obtain th...
bkonkle
2011-09-12
Don't add the entire toolbar to the request object, just the stats
bkonkle
2011-09-12
Added response processing into the tests, since that is now required to gener...
bkonkle
2011-09-12
Updated the template panel, and corrected an issue in the headers panel
bkonkle
2011-09-12
Updated the signals panel
bkonkle
2011-09-12
Updated the settings_vars panel
bkonkle
2011-09-12
Updated the request_vars panel
bkonkle
2011-09-12
Updated the logger panel
bkonkle
2011-09-12
Updated the headers panel
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-12
Tweaks to the timer panel, and a correction to the profiling panel
bkonkle
2011-09-12
Tweaked the profiling panel
bkonkle
2011-09-12
Cleaned up whitespace in the SQL and cache panels
bkonkle
2011-09-12
Tweaked the sql panel
bkonkle
2011-09-12
Update the cache panel to use the toolbar object
bkonkle
2011-09-12
Don't add the toolbar to the request object until the end of the process_resp...
bkonkle
2011-09-11
Modify the Version panel
Yann Malet
2011-09-11
Cache an HTML fragment on to exercise the cache pannel.
Yann Malet
2011-09-11
linting- Remove unused import
Yann Malet
2011-09-11
pep 8 compliance
Yann Malet
2011-09-11
Fix the profiling panel when the line_profiler module is not available.
Yann Malet
2011-09-10
Also add the BSD specific value and comment them out
Yann Malet
2011-09-10
Apply the same changes to the timer panel
Yann Malet
2011-09-10
Comment the profiler panel out because it does not work on ubuntu. psats is n...
Yann Malet
2011-09-10
Revert some of the previous changes and modify slightly the panels to separat...
Yann Malet
2011-09-10
Populate the stats['headers'] on the request.debug_toolbar
Yann Malet
2011-09-09
Revert some of the previous changes and modify slightly the panels to separat...
Yann Malet
2011-09-09
If a stacktrace frame is not in the expected format, skip over it
bkonkle
2011-09-09
Merge branch 'master' of github.com:lincolnloop/django-debug-toolbar
bkonkle
2011-09-09
Set INTERNAL_IPS and DEBUG on the middleware test
bkonkle
2011-09-09
Comment the profiling pannel that cause an error because pstat was miising
Yann Malet
2011-09-09
Add the debug_toolbar middleware to the runtests settings
bkonkle
2011-08-25
Update urlpattern tests to reflect new behavior
David Cramer
2011-08-25
Merge pull request #200 from jgelens/master
David Cramer
2011-08-24
Fixed error with i18n url patterns using Django 1.4
Jeffrey Gelens
2011-08-23
Merge pull request #131 from eduardocereto/master
David Cramer
2011-08-23
Merge pull request #197 from jasonkeene/jquery_no_conflict_issue
David Cramer
[next]