| Age | Commit message (Collapse) | Author |
|
|
|
|
|
any sort of tampering of the SQL or parameters.
|
|
|
|
|
|
these.
|
|
|
|
methods to be more clear when panel processing happens.
|
|
|
|
moving the EXPLAIN link to the left to avoid scrolling.
I have a feeling that the SQL panel could use a serious security review since
we're passing SQL in via GET which is, I'm sure, a big no-no.
|
|
From Simon Willison's branch: Use pformat for template contexts, which makes it
more readable
|
|
|
|
|
|
|
|
template context output where rendering would hang while trying to autoescape the context variable output.
|
|
|
|
so I'm including the context with each template in the Template panel. This
should make the designers happy.
|
|
|
|
|
|
request/response cycle. Also lists settings.TEMPLATE_DIRS.
|
|
|
|
content exists and displaying it in the templates.
|
|
it to request vars since we've added session and cookie data (sessions have
nothing to do with HTTP technically).
|
|
|
|
for a later addition of being able to add EXPLAIN support to individual queries
for SQL debugging. Contributed by David Cramer.
|
|
|
|
|
|
|
|
|
|
|
|
in titles
|
|
|
|
|
|
|
|
|
|
|
|
JS love)
|