Commit 80cc2b92 by Harry Marr

s/queries/operations/

parent b2efe44f
......@@ -6,7 +6,7 @@ from operation_tracker import MongoOperationTracker
class MongoDebugPanel(DebugPanel):
"""Panel that shows information about MongoDB queries.
"""Panel that shows information about MongoDB operations.
"""
name = 'MongoDB'
has_content = True
......@@ -34,7 +34,7 @@ class MongoDebugPanel(DebugPanel):
return '{0} operations in {1:.2f}ms'.format(num_queries, total_time)
def title(self):
return 'MongoDB Queries'
return 'MongoDB Operations'
def url(self):
return ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment