| Age | Commit message (Collapse) | Author |
|
Caught AttributeError while rendering: 'Template' object has no attribute 'origin'
|
|
|
|
SQL panel fix for locales that use comma as a decimal separator.
|
|
or name
|
|
|
|
|
|
|
|
|
|
Fixes error I encounter when no view is executed
|
|
|
|
|
|
>= 1.1,< 1.4, and add note about required Django version
|
|
|
|
(fixes #166)
|
|
|
|
Accommodate per request URL confs
|
|
|
|
ensure we're appending urlpatterns correctly.
|
|
|
|
toolbar should be disabled when settings.TEST is True
|
|
|
|
|
|
This accomodates sites where middleware may change the urlconf for two
different request.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Python version in versions panel
|
|
|
|
|
|
|
|
|
|
inspect.stack() rather than traceback.extract_stack()) (fixes #160)
|
|
Fix for missing __name__ attribute when using class based views (i.e. FormWizard)
|
|
|
|
|
|
Conflicts:
debug_toolbar/middleware.py
|
|
|
|
|
|
git://github.com/django-debug-toolbar/django-debug-toolbar
|
|
|
|
|
|
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
|
|
|
|
|
|
|
|
profiling panel
|