aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/redirects.py
AgeCommit message (Expand)Author
2014-04-15Don't run context processors for redirect template.Daniel Harding
2014-02-14Deprecating INTERCEPT_REDIRECTS in favor of DEFAULT_DISABLED_PANELS.tschilling
2013-12-01Review translated strings.Aymeric Augustin
2013-11-24Degrade docs because I can't put a flake8 ignore :'(Aymeric Augustin
2013-11-24Update all panels to follow the public API.Aymeric Augustin
2013-11-24Rename all panels consistently.Aymeric Augustin
2013-11-22Add tests for redirects panel.Aymeric Augustin
2013-11-16Panel.enabled is a property since 71a2c123.Aymeric Augustin
2013-11-16Clean up DebugToolbar class, especially panels handling.Aymeric Augustin
2013-11-15Implement redirects interception as a panel.Aymeric Augustin