aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/models.py
AgeCommit message (Collapse)Author
2012-05-13Fixed the toolbar loading mechanism to only happen when the middleware has ↵Jannis Leidel
been added to the MIDDLEWARE_CLASSES setting.
2012-04-04Moved loader into models module.Jannis Leidel
2008-09-06Updating rendering to use Django templates and could possibly be overridden.Rob Hudson