aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/utils.py
AgeCommit message (Collapse)Author
2013-12-08Added staticfiles panel class.Jannis Leidel
2013-11-24Remove HIDE_DJANGO_SQL configuration option.Aymeric Augustin
It was badly named and HIDE_IN_STACKTRACES provides a more general solution. The ability to show code in django.contrib but not in django doesn't seem particularly useful. Fix #474.
2013-11-24Rename some settings for clarity and consistency.Aymeric Augustin
Thanks Jannis for his help.
2013-11-24Rename all panels consistently.Aymeric Augustin
Enforce absolute imports to avoid clashing with built-in package names. Thanks Jannis for his feedback.
2013-11-18Decode source code with the declared encoding.Aymeric Augustin
Fix #228.
2013-11-16Turn package without submodules into module.Aymeric Augustin