| Age | Commit message (Collapse) | Author |
|
|
|
Fix #340.
|
|
|
|
Show a relevant subset of the WSGI environ separately.
Fix #62.
|
|
|
|
|
|
Fix #292.
|
|
|
|
|
|
Python 3 doesn't have unbound methods.
|
|
|
|
Since performance isn't a primary concern, the non-iterable versions
will do just fine on Python 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/django-debug-toolbar/django-debug-toolbar into sql-panel-refactor
Conflicts:
debug_toolbar/static/debug_toolbar/css/toolbar.min.css
debug_toolbar/views.py
|
|
|
|
|
|
|
|
|
|
of Django's import_module.
|
|
|
|
|
|
panel. This is based mostly on the awesome work by @diox done in 9aa062bb6c4318aa81c202003ea902249c0071d1. Closes #134.
|
|
|
|
|
|
|
|
|
|
|
|
the subtitle.
|
|
|
|
into ivirabyan-master
Conflicts:
debug_toolbar/panels/cache.py
debug_toolbar/toolbar/loader.py
|
|
#220 and #260.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
templates panel.
|
|
caused by old style classes not extending object
|
|
Since r17158 in Django trunk, INSTALLED_APPS is now not always co-erced to
a list. In my projects I prefer to have INSTALLED_APPS as a tuple as it
reinforces that it is not modifiable at runtime. However, this blows up
in the VersionDebugPanel as it currently assumes it is a list.
Signed-off-by: Chris Lamb <lamby@debian.org>
|
|
|
|
|
|
debug_toolbar in system
|
|
|