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
2010-03-03
Bumped version number for bugfix
0.8.3
0.8.x
Rob Hudson
2010-03-03
Fixed #68 - Make sure to only bail because of AJAX requests coming from apps ...
Jannis Leidel
2010-03-02
Updated version for 0.8.2 release
0.8.2
Rob Hudson
2010-03-02
Added note about middleware ordering and flat pages.
Rob Hudson
2010-02-26
Fixed to maintain Django 1.0 compatibility.
Rob Hudson
2010-02-26
Adjusted Content-Length if we modify the response.
Rob Hudson
2010-02-26
Fixed typo looking for `setting.DEBUG`
Rob Hudson
2010-02-26
Also check for HTTP_X_FORWARDED_FOR in case a proxy like Nginx is used
Jannis Leidel
2010-02-21
Added configurable HTML tag to attach toolbar to
Davide Callegari
2010-02-16
Added egg-info dir to gitignore.
Jannis Leidel
2010-02-16
Fixed #60 - Added MEDIA_URL config option to be able to override the URL to t...
Jannis Leidel
2010-02-16
Don't show the toolbar at all for ajax requests
Jannis Leidel
2010-02-11
Merge branch 'master' into js_closure
Rob Hudson
2010-02-11
Added example project directory.
Rob Hudson
2010-02-02
Updated template source call to support Django 1.2
Rob Hudson
2010-02-02
Fixed a few panel title display issues.
Rob Hudson
2010-01-31
Updated toolbar Javascript to use a closure.
Rob Hudson
2010-01-22
Escape invalid html in SQL queries.
Gabriel
2010-01-22
Load jQuery from the DOM instead of document.write.
Gabriel
2010-01-22
Updated to not display EXPLAIN/PROFILE links for non-SELECT queries.
Chris Lamb
2010-01-20
Fixed toolbar loading problem if page does not load jQuery.
Rob Hudson
2010-01-18
Ensure we honor request.urlconf.
Rob Hudson
2010-01-15
Debug toolbar markup is now XHTML compliant.
Rob Hudson
2010-01-14
Template panel context cleanup.
Chris Adams
2010-01-14
Views.py tweaked to use friendlier "EXPLAIN QUERY PLAN" with sqlite3
Chris Adams
2010-01-14
Cleaned up cache panel slightly.
Chris Adams
2010-01-08
Print non-iterable template context layers as-is
Mikhail Korobov
2010-01-08
Added notes to README on `debugsqlshell` management command
Rob Hudson
2010-01-09
Fix issue #33: ensure force_unicode doesn't convert non-strings.
Daniel Roseman
2009-11-27
Replaced full repr of LANGUAGES to trim template context.
Rob Hudson
2009-11-18
Updated mo files
Rob Hudson
2009-11-18
Updated po files after new strings marked for translation.
Rob Hudson
2009-11-18
Marked more strings for translation and updated 'fr' locale.
David Jean Louis
2009-11-18
Fixed old use of $, which has been replaced by $j
Chris Adams
2009-11-18
Fixed leaking middleware for non-200 requests.
Rob Hudson
2009-11-06
Updated view info to be horizontal tabular.
Rob Hudson
2009-11-06
Show view name and arguments and keyword arguments in the request vars panel.
Alex Gaynor
2009-11-06
Removed general CSS class names.
Rob Hudson
2009-11-06
Fixed incompatability with Python 2.4.
Rob Hudson
2009-11-03
Updated version to 0.8.1
0.8.1
Rob Hudson
2009-11-02
Updated .po files
Rob Hudson
2009-11-02
Merge branch 'master' of github.com:robhudson/django-debug-toolbar
Rob Hudson
2009-11-02
Fixed and Updated .po files
Rob Hudson
2009-11-02
Merge branch 'master' into tx-master
Rob Hudson
2009-11-02
Updated .po files
Rob Hudson
2009-11-02
Show context where SQL query originated from template
Chris Lamb
2009-11-02
Left-align the header cells in the SQL stacktrace table
Chris Lamb
2009-11-02
Move the stacktrace underneath the SQL - current column is too narrow
Chris Lamb
2009-11-02
kill whitespace
Alex Gaynor
2009-11-02
detect versions for other installed applications
Alex Gaynor
[next]