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
2012-01-03
Bump to version 0.9.1 as I fail at Git
v0.9.1
David Cramer
2012-01-03
Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbar
David Cramer
2012-01-03
Version to 0.9.0
v0.9.0
David Cramer
2011-11-30
Merge pull request #238 from lamby/master
David Cramer
2011-11-30
Don't blow up if INSTALLED_APPS is a tuple
Chris Lamb
2011-11-23
Merge pull request #232 from andialbrecht/master
David Cramer
2011-11-15
Only call _elapsed_ru() in TimerPanel when resource module is available.
Andi Albrecht
2011-10-26
Merge pull request #223 from Apkawa/master
David Cramer
2011-10-27
fixed AttributeError on 404 page exception in ProfilerPanel.process_response
Apkawa
2011-10-26
Fixed ProfilingDebugPanel; fixed example site if installed other debug_toolba...
Apkawa
2011-10-12
Ensure we are actually using the new get_stack code instead of inspect.stack
David Cramer
2011-10-12
Custom implementation of inspect.stack() which safely handles errors with fin...
David Cramer
2011-10-09
Merge pull request #222 from pzinovkin/master
David Cramer
2011-10-09
Fix for error 'Settings' object has no attribute 'DATABASE_ENGINE'
pzinovkin
2011-10-07
Merge pull request #219 from colinhowe/master
David Cramer
2011-10-07
Make stacktraces configurable
Colin Howe
2011-09-27
Merge pull request #213 from thinred/master
David Cramer
2011-09-27
Refactored template filtering: discard DjDT templates asap.
Tomasz Buchert
2011-09-26
A little clean-up of last commit.
Rob Hudson
2011-09-26
Merge pull request #164 from gwrtheyrn/master
Rob Hudson
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-25
Changed datetime.today to datetime.now
Danilo Bargen
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
[next]