diff options
| author | Idan Gazit | 2009-08-12 04:39:59 +0300 | 
|---|---|---|
| committer | Idan Gazit | 2009-08-12 04:39:59 +0300 | 
| commit | 2e5e136e00f964c10247c78da88e2b11e1f5a7dd (patch) | |
| tree | 6a2314df7255b5a72009fc91132ef10cf53dbb0a /debug_toolbar/panels/cache.py | |
| parent | c67c719047645381011f02c56daaa152efbf796c (diff) | |
| download | django-debug-toolbar-2e5e136e00f964c10247c78da88e2b11e1f5a7dd.tar.bz2 | |
renamed title/subtitle -> nav_title/nav_subtitle
Diffstat (limited to 'debug_toolbar/panels/cache.py')
| -rw-r--r-- | debug_toolbar/panels/cache.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debug_toolbar/panels/cache.py b/debug_toolbar/panels/cache.py index 613d4d9..f1a921b 100644 --- a/debug_toolbar/panels/cache.py +++ b/debug_toolbar/panels/cache.py @@ -87,7 +87,7 @@ class CacheDebugPanel(DebugPanel):              self.cache = CacheStatTracker(cache.cache)              cache.cache = self.cache -    def title(self): +    def nav_title(self):          return 'Cache: %.2fms' % self.cache.total_time      def url(self): | 
