| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Fix #429.
|
|
Fix #334.
|
|
|
|
|
|
In general it's more annoying than useful.
|
|
Fix #182. Thanks Miserlou for the idea.
|
|
Compatibility features for supporting Python 2 and 3 with a single code
base were added in Django 1.4.2.
|
|
|
|
Thanks rogueleaderr for the suggestion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
adding a note about templates that debug_toolbar can display it self on
|
|
(Easy to miss if you're in a hurry)
|
|
|
|
panel. This is based mostly on the awesome work by @diox done in 9aa062bb6c4318aa81c202003ea902249c0071d1. Closes #134.
|
|
|
|
|
|
|
|
>= 1.1,< 1.4, and add note about required Django version
|
|
inspect.stack() rather than traceback.extract_stack()) (fixes #160)
|
|
|
|
patch.
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
|
|
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
|
|
|
|
|
|
|
|
and receivers. Thanks Alex Gaynor!
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
|
|
|
|
This change allows a custom method to be used in place of the default 'show_toolbar' method on whether the toolbar should be displayed.
|
|
Signed-off-by: Rob Hudson <rob@tastybrew.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
templates loaded.
|
|
list can still be overridden with a setting if desired. Updated README as
well.
|
|
with the request_vars panel.
|