| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
git://github.com/dmclain/django-debug-toolbar into line_profiler_int
|
|
This adds a feature asked in issue #163
|
|
dictionary cannot be modified.
|
|
Save a clone of template context instead of the original
|
|
just make our saved context a clone of the original to be sure we keep all of it. Fixes #159.
|
|
Fixing UnicodeEncodeError in sql panel
|
|
|
|
|
|
|
|
Class name missing fix on panel content
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|