aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/toolbar.py
AgeCommit message (Expand)Author
2014-04-19Fix #549 -- Avoid breaking on mod_python.Aymeric Augustin
2014-01-08Test properly for django.contrib.staticfiles on Django 1.7.Aymeric Augustin
2013-12-15Fix #499 - Regression from 810a2fbc.Aymeric Augustin
2013-12-14Merge pull request #494 from django-debug-toolbar/staticfilesAymeric Augustin
2013-12-09Use collections.OrderedDict if available.Jannis Leidel
2013-12-09Be helpful when d.c.staticfiles isn't installed.Aymeric Augustin
2013-11-30Reduce the risk of circular imports.Aymeric Augustin
2013-11-29Stop sharing unsafely a context dict across threads.Aymeric Augustin
2013-11-24Take advantage of django.contrib.staticfiles to serve static files.Aymeric Augustin
2013-11-24Rename some settings for clarity and consistency.Aymeric Augustin
2013-11-24Rename storage to store to avoid conflicting with Django terminology.Aymeric Augustin
2013-11-24Rename all panels consistently.Aymeric Augustin
2013-11-16Flat is better than nested.Aymeric Augustin
2013-11-16Avoid providing the same information through multiple paths.Aymeric Augustin
2013-11-16Clean up DebugToolbar class, especially panels handling.Aymeric Augustin
2013-11-15Switch to random storage ids to avoid exposing information.Aymeric Augustin
2013-11-15fixudAymeric Augustin
2013-11-15Make panels behave more like Django middleware.Aymeric Augustin
2013-11-13Provide an option to force rendering panels in page.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-12Move store/fetch logic inside the DebugToolbar class.Aymeric Augustin
2013-11-12Remove unnecessary nesting.Aymeric Augustin