aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels
AgeCommit message (Expand)Author
2010-04-07Revert "Start of splitting off data collection classes and panel classes."Rob Hudson
2010-04-07Revert "Factor headers data out of HeaderDebugPanel."Rob Hudson
2010-04-07Revert "Factor settings data out of SettingsVarsDebugPanel."Rob Hudson
2010-04-07Revert "Factor versions data out of VersionDebugPanel."Rob Hudson
2010-03-03Factor versions data out of VersionDebugPanel.Bryan Chow
2010-03-03Factor settings data out of SettingsVarsDebugPanel.Bryan Chow
2010-03-03Factor headers data out of HeaderDebugPanel.Bryan Chow
2010-03-03Start of splitting off data collection classes and panel classes.Rob Hudson
2010-01-22Escape invalid html in SQL queries.Gabriel
2010-01-14Template panel context cleanup.Chris Adams
2010-01-14Cleaned up cache panel slightly.Chris Adams
2010-01-08Print non-iterable template context layers as-isMikhail Korobov
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-18Marked more strings for translation and updated 'fr' locale.David Jean Louis
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-06Fixed incompatability with Python 2.4.Rob Hudson
2009-11-02Merge branch 'master' of github.com:robhudson/django-debug-toolbarRob Hudson
2009-11-02Merge branch 'master' into tx-masterRob Hudson
2009-11-02Show context where SQL query originated from templateChris Lamb
2009-11-02kill whitespaceAlex Gaynor
2009-11-02detect versions for other installed applicationsAlex Gaynor
2009-11-02Made the versions panel more powerfulAlex Gaynor
2009-11-03Small i18n change in template panelJannis Leidel
2009-11-02Show context where SQL query originated from templateChris Lamb
2009-10-16Added detection and display of versions of apps.Alex Gaynor
2009-09-30Template panel: Replace the sql_queries element from the template context rat...Chris Beaven
2009-09-30Template panel: One letter variable names are bad practice, changed to use so...Chris Beaven
2009-09-30Template panel: Remove unnecessary large elements from each template context ...Chris Beaven
2009-09-25kill whitespaceAlex Gaynor
2009-09-25detect versions for other installed applicationsAlex Gaynor
2009-09-25Merge commit 'rob/master'Alex Gaynor
2009-09-25Fixed template panel bug that caused the context to not display correctly.Rob Hudson
2009-09-24Fixed a bug, recently introduced, that turned the sessions list into a tuple ofRob Hudson
2009-09-23Merge commit 'rob/master'Alex Gaynor
2009-09-22Added sqlparse, replacing my simple string replace SQL keywords and updatingRob Hudson
2009-09-18Made the versions panel more powerfulAlex Gaynor
2009-09-15Allow request vars to work even with disabled session middleware.Augie Fackler
2009-09-12Merge remote branch 'alex/master'Rob Hudson
2009-09-12Fixed to only show the link for requesting the SELECT data if the query is aRob Hudson
2009-09-11Added more SQL keywords.Rob Hudson
2009-09-10handle merge conflictsAlex Gaynor
2009-09-08Fixed an issue where the panel navigation might have a different number ofRob Hudson
2009-08-28Refactored `reformat_sql` to produce a more compact output for a tighter view...Rob Hudson
2009-08-28Refactored SQL panel to use datetime objects and added a visual display of bo...Rob Hudson
2009-08-25added spanish translation of the panels nav titlePercy Perez-Pinedo
2009-08-12oops, retitled templates panelIdan Gazit
2009-08-12Proper handling of template panel titleIdan Gazit
2009-08-12added in-panel titleIdan Gazit