aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/version.py
AgeCommit message (Collapse)Author
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-09Remove unused method in panel API.Aymeric Augustin
2013-10-17Enable unicode_literals in all non-empty modules.Aymeric Augustin
2012-05-13Minor cosmetic cleanup, switching out __import__ calls with the proper use ↵Jannis Leidel
of Django's import_module.
2012-04-04Sort versions alphabetically.Jannis Leidel
2012-01-12pep8David Cramer
2011-11-30Don't blow up if INSTALLED_APPS is a tupleChris Lamb
Since r17158 in Django trunk, INSTALLED_APPS is now not always co-erced to a list. In my projects I prefer to have INSTALLED_APPS as a tuple as it reinforces that it is not modifiable at runtime. However, this blows up in the VersionDebugPanel as it currently assumes it is a list. Signed-off-by: Chris Lamb <lamby@debian.org>
2011-09-15Edited all of the panels to use the stats API and not override the content ↵bkonkle
method
2011-09-12Minor whitespace correction for the version panelbkonkle
2011-09-12Tweaks to the version panel, and whitespace corrections for the timer panelbkonkle
2011-09-11Modify the Version panelYann Malet
2011-09-11linting- Remove unused importYann Malet
2011-05-13Python version in 'versions' panelTomasz Buchert
2010-04-07Revert "Factor versions data out of VersionDebugPanel."Rob Hudson
This reverts commit d05dcbb4aa93b1ce9d097ed8d537f06eb2491f5e.
2010-03-03Factor versions data out of VersionDebugPanel.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-11-02Merge branch 'master' into tx-masterRob Hudson
Conflicts: debug_toolbar/locale/he/LC_MESSAGES/django.po debug_toolbar/templates/debug_toolbar/panels/versions.html
2009-11-02kill whitespaceAlex Gaynor
2009-11-02detect versions for other installed applicationsAlex Gaynor
2009-11-02Made the versions panel more powerfulAlex Gaynor
2009-10-16Added detection and display of versions of apps.Alex Gaynor
Signed-off-by: Rob Hudson <rob@cogit8.org>
2009-09-25kill whitespaceAlex Gaynor
2009-09-25detect versions for other installed applicationsAlex Gaynor
2009-09-18Made the versions panel more powerfulAlex Gaynor
2009-08-25added spanish translation of the panels nav titlePercy Perez-Pinedo
2009-08-12renamed title/subtitle -> nav_title/nav_subtitleIdan Gazit
2009-08-11Refactored the UI to be a right hand side vertical toolbar. DebugPanel ↵Rob Hudson
subclass grew a subtitle method to display informative text under the title.
2008-09-07adding a name attribute to base panel since we are likely to put more stuff ↵Rob Hudson
in titles
2008-09-06Updating panels to include more info without action requiredRob Hudson
2008-08-27Initial commit of basic working Debug Toolbar (that needs a lot of CSS and ↵Rob Hudson
JS love)