| Age | Commit message (Collapse) | Author |
|
|
|
(some items were commented out after I was reminded that not all of the original BSD items are supported under Linux)
|
|
|
|
self._offset (sometimes 0).
|
|
|
|
|
|
|
|
|
|
django.contrib.gis.
|
|
|
|
|
|
|
|
particularly removing ...
|
|
(cherry picked from commit fdf77eea58887f68c210c7a77218e2fa6d5a86af)
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|