aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/utils/settings.py
AgeCommit message (Collapse)Author
2013-11-15Implement redirects interception as a panel.Aymeric Augustin
Fix #122.
2013-11-13Provide an option to force rendering panels in page.Aymeric Augustin
Requested by David who seems to runs the debug toolbar in production :-)
2013-11-12Move the logic to load panels inside the DebugToolbar class.Aymeric Augustin
This has the additional advantage of eliminating a side-effect that happened at import time unnecessarily. It justified refactoring the way we handle settings and defaults.
2013-11-11Make panels cache size configurable.Aymeric Augustin
2013-10-27Document SQL_WARNING_THRESHOLD.Aymeric Augustin
Fix #429.
2013-10-27Centralize access to config and default values.Aymeric Augustin