| Age | Commit message (Collapse) | Author |
|
Structure the SQL and template panels as packages as they're growing.
|
|
|
|
Fix #448.
|
|
This has the additional advantage of eliminating a side-effect that
happened at import time unnecessarily.
It justified refactoring the way we handle settings and defaults.
|
|
Fix #129.
|
|
Fix #389.
|
|
This eliminates the performance overhead when a panel is disabled.
|
|
|
|
|
|
|
|
|
|
Fix #292.
|
|
|
|
|
|
|
|
|
|
|
|
templates panel.
|
|
|
|
https://github.com/thinred/django-debug-toolbar into thinred-issue-duplicated-queries
|
|
|
|
rendered.
|
|
|
|
method
|
|
|
|
|
|
dictionary cannot be modified.
|
|
just make our saved context a clone of the original to be sure we keep all of it. Fixes #159.
|
|
|
|
or name
|
|
string check
|
|
|
|
All panels get a copy of the template context when created and use an updated
copy when rendering so they can have full access to context vars and avoid
making changes to the shared context.
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
|
|
|
|
rather than removing it.
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
some more informative variable names.
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
(request and sql_queries)
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Rob Hudson <rob@tastybrew.com>
|