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
Age
Commit message (
Expand
)
Author
2012-04-04
Sort versions alphabetically.
Jannis Leidel
2012-03-31
Marked a few more string for translation.
Jannis Leidel
2012-03-31
Use the correct path separator to work on Windows.
Jannis Leidel
2012-03-31
Marked a few more strings for translation.
Jannis Leidel
2012-03-31
Made sure the list of settings are sorted alphabetically. Fixes #265.
Jannis Leidel
2012-03-31
Removed extended title again from cache panel since the same info is now in t...
Jannis Leidel
2012-03-31
Fixed merge bugs in the cache panel code.
Jannis Leidel
2012-03-31
Merge branch 'master' of https://github.com/ivirabyan/django-debug-toolbar in...
Jannis Leidel
2012-03-31
Made cache panel compatible to cache backend API in Django >= 1.3. Closes #22...
Jannis Leidel
2012-03-05
Added i18n to the Signals panel.
Jannis Leidel
2012-03-05
Use i18n for the cache and SQL panels.
Jannis Leidel
2012-03-05
Fixed the number of logging records and use i18n for it.
Jannis Leidel
2012-02-22
Do not match greedy
Julian Bez
2012-01-12
pep8
David Cramer
2012-01-12
Improve signals panel
David Cramer
2012-01-12
Gracefully handle __name__ not being a valid attribute on signals
0.9.2
David Cramer
2012-01-12
Fix UnicodeDecodeError on getting template context representations for templa...
Andrey Grygoryev
2012-01-04
Fix bug: (AttributeError: class MpttMeta has no attribute '__class__') caused...
Venelin Stoykov
2011-11-30
Don't blow up if INSTALLED_APPS is a tuple
Chris Lamb
2011-11-15
Only call _elapsed_ru() in TimerPanel when resource module is available.
Andi Albrecht
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-09-27
Refactored template filtering: discard DjDT templates asap.
Tomasz Buchert
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-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-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-11
Modify the Version panel
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
[prev]
[next]