aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/cache.py
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-09 23:06:25 +0100
committerAymeric Augustin2013-11-09 23:06:25 +0100
commit53360b6c2685ac76ccf6e7f8ce7a032a001adf4e (patch)
tree39bd35631bc3bfd1b401c9fedffb908b814decf0 /debug_toolbar/panels/cache.py
parentb8387222662e54da9c1cabbe5a9df698d25c594f (diff)
downloaddjango-debug-toolbar-53360b6c2685ac76ccf6e7f8ce7a032a001adf4e.tar.bz2
Remove unused method in panel API.
Diffstat (limited to 'debug_toolbar/panels/cache.py')
-rw-r--r--debug_toolbar/panels/cache.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/debug_toolbar/panels/cache.py b/debug_toolbar/panels/cache.py
index 8127d55..67c8f5a 100644
--- a/debug_toolbar/panels/cache.py
+++ b/debug_toolbar/panels/cache.py
@@ -201,9 +201,6 @@ class CacheDebugPanel(DebugPanel):
'Cache calls from %(count)d backends',
count) % dict(count=count)
- def url(self):
- return ''
-
def process_response(self, request, response):
self.record_stats({
'total_calls': len(self.calls),