aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/settings_vars.py
AgeCommit message (Collapse)Author
2011-09-15Edited all of the panels to use the stats API and not override the content ↵bkonkle
method
2011-09-12Updated the settings_vars panelbkonkle
2010-04-07Revert "Factor settings data out of SettingsVarsDebugPanel."Rob Hudson
This reverts commit 7e8a4e195d4b0e3cabf0742b31e087a81712d12f.
2010-03-03Factor settings data out of SettingsVarsDebugPanel.Bryan Chow
2010-01-14Template panel context cleanup.Chris Adams
All panels get a copy of the template context when created and use an updated copy when rendering so they can have full access to context vars and avoid making changes to the shared context. Signed-off-by: Rob Hudson <rob@cogit8.org>
2009-11-18Marked more strings for translation and updated 'fr' locale.David Jean Louis
Signed-off-by: Rob Hudson <rob@cogit8.org>
2009-08-25added spanish translation of the panels nav titlePercy Perez-Pinedo
2009-08-12added in-panel titleIdan Gazit
2009-08-12renamed title/subtitle -> nav_title/nav_subtitleIdan Gazit
2008-10-02Merging in new settings panel from 'binarydud/master'. Thanks!Rob Hudson
2008-09-30added settings var panelMatt George
(cherry picked from commit fdf77eea58887f68c210c7a77218e2fa6d5a86af)