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