@@ -220,7 +220,8 @@ Memcache
220
220
221
221
URL: https://github.com/ross/memcache-debug-panel
222
222
223
- Path: ``memcache_toolbar.panels.memcache.MemcachePanel `` or ``memcache_toolbar.panels.pylibmc.PylibmcPanel ``
223
+ Path: ``memcache_toolbar.panels.memcache.MemcachePanel `` or
224
+ ``memcache_toolbar.panels.pylibmc.PylibmcPanel ``
224
225
225
226
This panel tracks memcached usage. It currently supports both the pylibmc and
226
227
memcache libraries.
@@ -241,7 +242,8 @@ URL: https://github.com/robinedwards/django-debug-toolbar-neo4j-panel
241
242
242
243
Path: ``neo4j_panel.Neo4jPanel ``
243
244
244
- Trace neo4j rest API calls in your Django application, this also works for neo4django and neo4jrestclient, support for py2neo is on its way.
245
+ Trace neo4j rest API calls in your Django application, this also works for
246
+ neo4django and neo4jrestclient, support for py2neo is on its way.
245
247
246
248
Pympler
247
249
~~~~~~~
@@ -250,7 +252,8 @@ URL: https://pythonhosted.org/Pympler/django.html
250
252
251
253
Path: ``pympler.panels.MemoryPanel ``
252
254
253
- Shows process memory information (virtual size, resident set size) and model instances for the current request.
255
+ Shows process memory information (virtual size, resident set size) and model
256
+ instances for the current request.
254
257
255
258
Request History
256
259
~~~~~~~~~~~~~~~
@@ -259,7 +262,8 @@ URL: https://github.com/djsutho/django-debug-toolbar-request-history
259
262
260
263
Path: ``ddt_request_history.panels.request_history.RequestHistoryPanel ``
261
264
262
- Switch between requests to view their stats. Also adds support for viewing stats for AJAX requests.
265
+ Switch between requests to view their stats. Also adds support for viewing
266
+ stats for AJAX requests.
263
267
264
268
Requests
265
269
~~~~~~~~
@@ -289,8 +293,9 @@ URL: https://github.com/node13h/django-debug-toolbar-template-profiler
289
293
290
294
Path: ``template_profiler_panel.panels.template.TemplateProfilerPanel ``
291
295
292
- Shows template render call duration and distribution on the timeline. Lightweight.
293
- Compatible with WSGI servers which reuse threads for multiple requests (Werkzeug).
296
+ Shows template render call duration and distribution on the timeline.
297
+ Lightweight. Compatible with WSGI servers which reuse threads for multiple
298
+ requests (Werkzeug).
294
299
295
300
Template Timings
296
301
~~~~~~~~~~~~~~~~
@@ -317,7 +322,8 @@ URL: https://github.com/giginet/django-debug-toolbar-vcs-info
317
322
318
323
Path: ``vcs_info_panel.panels.GitInfoPanel ``
319
324
320
- Displays VCS status (revision, branch, latest commit log and more) of your Django application.
325
+ Displays VCS status (revision, branch, latest commit log and more) of your
326
+ Django application.
321
327
322
328
uWSGI Stats
323
329
~~~~~~~~~~~
0 commit comments