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
2009-09-25
Merge commit 'rob/master'
Alex Gaynor
2009-09-25
Fixed template panel bug that caused the context to not display correctly.
Rob Hudson
2009-09-24
Fixed a bug, recently introduced, that turned the sessions list into a tuple of
Rob Hudson
2009-09-23
Merge commit 'rob/master'
Alex Gaynor
2009-09-22
Added sqlparse, replacing my simple string replace SQL keywords and updating
Rob Hudson
2009-09-18
Made the versions panel more powerful
Alex Gaynor
2009-09-15
Allow request vars to work even with disabled session middleware.
Augie Fackler
2009-09-12
Merge remote branch 'alex/master'
Rob Hudson
2009-09-12
Fixed to only show the link for requesting the SELECT data if the query is a
Rob Hudson
2009-09-11
Added more SQL keywords.
Rob Hudson
2009-09-10
handle merge conflicts
Alex Gaynor
2009-09-08
Fixed an issue where the panel navigation might have a different number of
Rob Hudson
2009-08-28
Refactored `reformat_sql` to produce a more compact output for a tighter view...
Rob Hudson
2009-08-28
Refactored SQL panel to use datetime objects and added a visual display of bo...
Rob Hudson
2009-08-25
added spanish translation of the panels nav title
Percy Perez-Pinedo
2009-08-12
oops, retitled templates panel
Idan Gazit
2009-08-12
Proper handling of template panel title
Idan Gazit
2009-08-12
added in-panel title
Idan Gazit
2009-08-12
renamed title/subtitle -> nav_title/nav_subtitle
Idan Gazit
2009-08-11
allow for handling the pathological case of an insanely large template context
Alex Gaynor
2009-08-11
Refactored the UI to be a right hand side vertical toolbar. DebugPanel subcla...
Rob Hudson
2009-08-10
Merge commit 'origin/master'
Alex Gaynor
2009-08-10
Show the number of rendered templates in the toolbar.
Alex Gaynor
2009-07-28
Merge commit 'rob/master'
Alex Gaynor
2009-07-28
Bypass context variables which 'repr' is broken.
Mike Korobov
2009-06-16
Merge commit 'origin/master'
Alex Gaynor
2009-06-16
provide an option to see stuff indjango in the sql stack trace
Alex Gaynor
2009-06-16
only conditionally include the Django 1.1 signal for backwards compatibility
Alex Gaynor
2009-06-12
only conditionally include the Django 1.1 signal for backwards compatibility
Alex Gaynor
2009-05-27
Adding a signals panel to display list of signals and their providing arguments
Alex Gaynor
2009-03-21
Adding stack traces to SQL panel to see where the calls are coming from.
Rob Hudson
2009-03-21
Tidied up SQL formatting in SQL panel.
Malcolm Tredinnick
2009-03-21
Fixed "FROM" formatting in SQL panel layout.
Malcolm Tredinnick
2009-01-23
Add preliminary support for stacktraces to see where SQL queries are coming f...
Rob Hudson
2009-01-23
Fix triggering an extra SQL query via the auth context processor.
Rob Hudson
2008-12-11
Win32 systems don't have the resource module. This patch codes around it so ...
Rob Hudson
2008-12-09
Minor cleanup and template change to previous commit.
Rob Hudson
2008-12-09
Added more of the rusage stats in a drop-down panel
Martin Maney
2008-12-09
Added fine-grained CPU usage to timer
Martin Maney
2008-12-09
Fix the number of queries shown in the title, which was overreporting by self...
Adam Gomaa
2008-12-09
Only show the SQL profile if we're using a MySQL database backend.
Rob Hudson
2008-12-09
Django seems to only produce LEFT OUTER JOINs, so search for that.
Rob Hudson
2008-10-07
Fix inconsistent SQL timings. All SQL timings are milliseconds now.
Rob Hudson
2008-10-07
Since we're concatenating params, make the default empty value a string.
Rob Hudson
2008-10-07
Bringing over patch from Alex Gaynor to fix SQL params when using django.cont...
Rob Hudson
2008-10-06
Updating SQL output a bit now that I've found more queries to test against.
Rob Hudson
2008-10-02
Merge template path update from 'alex/master'. Thanks!
Rob Hudson
2008-10-02
Merging in new settings panel from 'binarydud/master'. Thanks!
Rob Hudson
2008-10-01
used os.path.normpath on templatdirs, this makes it looks cleaner, particular...
Alex Gaynor
2008-09-30
added settings var panel
Matt George
[next]