aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/toolbar/loader.py
AgeCommit message (Expand)Author
2013-11-12Remove unnecessary nesting.Aymeric Augustin
2013-11-11Make panels cache size configurable.Aymeric Augustin
2013-11-11Switch to regular URL reversing in templates.Aymeric Augustin
2013-11-10Load the content of panels dynamically.Aymeric Augustin
2013-11-10Avoid some implicit global lookups.Aymeric Augustin
2013-10-27Centralize access to config and default values.Aymeric Augustin
2013-10-27Allow setting arbitrary attributes on the toolbar.Paulo Scardine
2013-10-18Disable redirects interception by default.Aymeric Augustin
2013-10-17Allow repeated iteration on DebugToolbar.panels.Aymeric Augustin
2013-10-17Enable unicode_literals in all non-empty modules.Aymeric Augustin
2013-10-17Avoid naked except clauses.Aymeric Augustin
2013-10-17Modernize exception catching syntax.Aymeric Augustin
2013-10-17Remove unused imports.Aymeric Augustin
2012-09-16Fix static assetsMatt Robenolt
2012-08-20use links to static files rather than direct inclusion, Fixes #307Thomas Grainger
2012-05-13Minor cosmetic cleanup, switching out __import__ calls with the proper use of...Jannis Leidel
2012-04-07Enabled cache panel by default.Jannis Leidel
2012-04-04Moved loader into models module.Jannis Leidel
2012-03-31Merge branch 'master' of https://github.com/ivirabyan/django-debug-toolbar in...Jannis Leidel
2012-01-12pep8David Cramer
2011-09-15Added convenience methods to make it easier to work with panel statsbkonkle
2011-03-28Added DebugToolbar.get_panel(cls) for pulling out instantiated panel objectsDavid Cramer
2011-03-24inline all JS to avoid external media calls on initial page loadDavid Cramer
2010-02-16Fixed #60 - Added MEDIA_URL config option to be able to override the URL to t...Jannis Leidel
2010-01-14Template panel context cleanup.Chris Adams
2009-05-27Adding a signals panel to display list of signals and their providing argumentsAlex Gaynor
2009-04-02Disable cache panel in default list of panels to load since it's slightly bro...Rob Hudson
2009-01-15Load SQLDebugPanel before TemplateDebugPanel to get the right number of queri...Reto Aebersold
2008-10-02Merging in new settings panel from 'binarydud/master'. Thanks!Rob Hudson
2008-09-30Adding toolbar config to override INTERCEPT_REDIRECTS and, in the future, otherRob Hudson
2008-09-27Merging in the Logging panel from Alex Gaynor. Thanks Alex!Rob Hudson
2008-09-27added logger panelAlex Gaynor
2008-09-27fixed merge conflictsAlex Gaynor
2008-09-21Refactoring middleware and panels so panels have more explicit middleware-likeRob Hudson
2008-09-20jquery now optionalAlex Gaynor
2008-09-16Minor stylistic changes.Rob Hudson
2008-09-16Fixed bug where django application was assumed to installed at / url.nbstrite
2008-09-12Moving default list of panels into the loader to skip an install step. PanelRob Hudson
2008-09-08raise errors with panels subclass loading to help in debuggingRob Hudson
2008-09-07updating to pass around the request objectRob Hudson
2008-09-06Updating rendering to use Django templates and could possibly be overridden.Rob Hudson
2008-08-27Initial commit of basic working Debug Toolbar (that needs a lot of CSS and JS...Rob Hudson