python-django-debug-toolbar
http://github.com/robhudson/django-debug-toolbar
The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content.
Currently, the following panels have been written and are working:
- Django version;
- Request timer;
- A list of settings in settings.py;
- Common HTTP headers;
- GET/POST/cookie/session variable display;
- Templates and context used, and their template paths;
- SQL queries including time to execute and links to EXPLAIN each query;
- Logging output via Python's built-in logging module.
- Developed at devel:languages:python:django
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-django-debug-toolbar && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
django-debug-toolbar-3.2.2.tar.gz | 0000239313 234 KB | |
python-django-debug-toolbar.changes | 0000009627 9.4 KB | |
python-django-debug-toolbar.spec | 0000002903 2.83 KB |
Revision 19 (latest revision is 23)
Dominique Leuenberger (dimstar_suse)
accepted
request 932692
from
Matej Cepl (mcepl)
(revision 19)
- Update to version 3.2.2 * Use current_thread instead of currentThread method that was deprecated in Python 3.10 by @tirkarthi in #1465 * Drop support for Django 3.0. by @hramezani in #1461 * Support JS events when loading a panel. by @tim-schilling in #1441 * Use twine to check generated package and readme by @francoisfreitag in #1468 * Use default app config discovery by @francoisfreitag in #1467 * Show template context on included templates by @gilmrjc in #1436 * Keep the toolbar handle in bounds by @matthiask in #1472 * Fixes #1239 by @saemideluxe in #1475 * Extract common base cursor wrapper class by @jayaddison in #1479 * updated Slovak translation by @eriktelepovsky in #1480 * Fixes and improvements to history views by @ashwch in #1484 * Add test coverage to ensure that SQL tracker wrappers are applied only once to database cursors by @jayaddison in #1478 * Correct RENDER_PANELS functionality and when enabled disable HistoryPanel by @tim-schilling in #1440 * Add: response status to HistoryPanel by @psacawa in #1490 * Support for request-level urlconf overrides by @NielkS in #1488 * Version 3.2.2 by @tim-schilling in #1492
Comments 0