aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/models.py
AgeCommit message (Expand)Author
2013-11-13Clear urlresolver caches after monkey-patching URLconf.Aymeric Augustin
2013-11-12Make it possible for panels to provide URLs and views.Aymeric Augustin
2013-11-12Move the logic to load panels inside the DebugToolbar class.Aymeric Augustin
2013-11-12Remove unnecessary nesting.Aymeric Augustin
2013-11-11Don't set up the toolbar when DEBUG = False.Aymeric Augustin
2013-11-11Simplify monkey-patching of URLs into urlconf.Aymeric Augustin
2013-11-11Automatically enable DebugToolbarMiddleware when it isn't enabled.Aymeric Augustin
2013-11-11Set INTERNAL_IPS to a convenient default when it isn't set.Aymeric Augustin
2013-11-09Simplify code introduced in 7f7ea810.Aymeric Augustin
2013-10-17Enable unicode_literals in all non-empty modules.Aymeric Augustin
2012-05-13Fixed the toolbar loading mechanism to only happen when the middleware has be...Jannis Leidel
2012-04-04Moved loader into models module.Jannis Leidel
2008-09-06Updating rendering to use Django templates and could possibly be overridden.Rob Hudson