aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels
AgeCommit message (Expand)Author
2013-10-17Stopped using dict.iter*.Aymeric Augustin
2013-10-17Update imports for renamed modules.Aymeric Augustin
2013-10-17Enable unicode_literals in all non-empty modules.Aymeric Augustin
2013-10-17Avoid naked except clauses.Aymeric Augustin
2013-10-17Remove compatibility code for unsupported version of Django.Aymeric Augustin
2013-05-01Add javascript timing metrics to timing panel onLoad if availableRoger Barnes
2013-04-29Handle db aliases which are not defined in connectionsDavid Cramer
2013-04-24Merge branch 'master' of https://github.com/django-debug-toolbar/django-debug...Vladislav Poluhin
2013-04-24Got rid of the circular importsVladislav Poluhin
2013-04-23Form for SQL validationVladislav Poluhin
2012-09-22Fix displaying instance of RawQuerySet in templates toolbarNikita Kovaliov
2012-06-07sql is None, in case of internal psycopg2 errors like 'cannot adapt type ..'Denis Orlikhin
2012-05-13Minor cosmetic cleanup, switching out __import__ calls with the proper use of...Jannis Leidel
2012-05-13Added a repr for the cache wrapper.Jannis Leidel
2012-04-07Added resolved URL name to the Request var panel. Closes #214.Jannis Leidel
2012-04-07Updated cache panel to handle multiple backends and look more like the SQL pa...Jannis Leidel
2012-04-04Sort versions alphabetically.Jannis Leidel
2012-03-31Marked a few more string for translation.Jannis Leidel
2012-03-31Use the correct path separator to work on Windows.Jannis Leidel
2012-03-31Marked a few more strings for translation.Jannis Leidel
2012-03-31Made sure the list of settings are sorted alphabetically. Fixes #265.Jannis Leidel
2012-03-31Removed extended title again from cache panel since the same info is now in t...Jannis Leidel
2012-03-31Fixed merge bugs in the cache panel code.Jannis Leidel
2012-03-31Merge branch 'master' of https://github.com/ivirabyan/django-debug-toolbar in...Jannis Leidel
2012-03-31Made cache panel compatible to cache backend API in Django >= 1.3. Closes #22...Jannis Leidel
2012-03-05Added i18n to the Signals panel.Jannis Leidel
2012-03-05Use i18n for the cache and SQL panels.Jannis Leidel
2012-03-05Fixed the number of logging records and use i18n for it.Jannis Leidel
2012-02-22Do not match greedyJulian Bez
2012-01-12pep8David Cramer
2012-01-12Improve signals panelDavid Cramer
2012-01-12Gracefully handle __name__ not being a valid attribute on signals0.9.2David Cramer
2012-01-12Fix UnicodeDecodeError on getting template context representations for templa...Andrey Grygoryev
2012-01-04Fix bug: (AttributeError: class MpttMeta has no attribute '__class__') caused...Venelin Stoykov
2011-11-30Don't blow up if INSTALLED_APPS is a tupleChris Lamb
2011-11-15Only call _elapsed_ru() in TimerPanel when resource module is available.Andi Albrecht
2011-10-27fixed AttributeError on 404 page exception in ProfilerPanel.process_responseApkawa
2011-10-26Fixed ProfilingDebugPanel; fixed example site if installed other debug_toolba...Apkawa
2011-09-27Refactored template filtering: discard DjDT templates asap.Tomasz Buchert
2011-09-26Merge branch 'issue-duplicated-queries' of https://github.com/thinred/django-...David Cramer
2011-09-26Better substitutions for template context variables triggering SQL queriesMikhail Korobov
2011-09-26Issue 187: queries are captured and not executed when template panel is rende...Tomasz Buchert
2011-09-15The toolbar can't be assigned at init - so grab it each time the method is ca...bkonkle
2011-09-15Remove any remaining uses of self.__class__ with superbkonkle
2011-09-15Edited all of the panels to use the stats API and not override the content me...bkonkle
2011-09-15Add a default 'content' method, since the method is now identical on every panelbkonkle
2011-09-15Correct some issues with the stats methodsbkonkle
2011-09-15Added convenience methods to make it easier to work with panel statsbkonkle
2011-09-12Updated the template panel, and corrected an issue in the headers panelbkonkle
2011-09-12Updated the signals panelbkonkle