| Age | Commit message (Collapse) | Author |
|
|
|
jquery as both a test case and a place to get started making some js improvements.
I'm not totally thrilled with this approach -- it feels *very* hackish. The alternative might be to simply require installers to add a line to their ROOT_URLCONF, which wouldn't be *bad*, but I like the "load automatically" part of this thing.
|
|
list can still be overridden with a setting if desired. Updated README as
well.
|
|
database backend agnostic. Next up is connecting this with the SQL panel via
AJAX.
|
|
|
|
|
|
|
|
request/response cycle. Also lists settings.TEMPLATE_DIRS.
|
|
|
|
content exists and displaying it in the templates.
|
|
|
|
(cherry picked from commit 82881e55881e7187308a79e99dc9e0709bbb4f89)
|
|
it to request vars since we've added session and cookie data (sessions have
nothing to do with HTTP technically).
|
|
|
|
tweaks. This also removes the jQuery dependency.
|
|
for a later addition of being able to add EXPLAIN support to individual queries
for SQL debugging. Contributed by David Cramer.
|
|
|
|
|
|
|
|
the patch
|
|
Conflicts:
debug_toolbar/middleware.py
|
|
tried to access it on response.
|
|
self.debug_toolbar.render_toolbar() results in Error because debug_toolbar is None
|
|
|
|
|
|
|
|
|
|
|
|
there will potentially be lots of things there you would not want to share to just anyone.
|
|
|
|
in titles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
JS love)
|