index
:
django-debug-toolbar
0.8.x
1.0-release
develop
gh-pages
line_profiler_int
master
restrict-toolbar-handle-to-window
toolbar-refactor
tx-master
A configurable set of panels that display various debug information about the current request/response.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debug_toolbar
/
panels
/
template.py
Age
Commit message (
Expand
)
Author
2010-01-14
Template panel context cleanup.
Chris Adams
2010-01-08
Print non-iterable template context layers as-is
Mikhail Korobov
2009-11-27
Replaced full repr of LANGUAGES to trim template context.
Rob Hudson
2009-11-03
Small i18n change in template panel
Jannis Leidel
2009-09-30
Template panel: Replace the sql_queries element from the template context rat...
Chris Beaven
2009-09-30
Template panel: One letter variable names are bad practice, changed to use so...
Chris Beaven
2009-09-30
Template panel: Remove unnecessary large elements from each template context ...
Chris Beaven
2009-09-25
Fixed template panel bug that caused the context to not display correctly.
Rob Hudson
2009-09-10
handle merge conflicts
Alex Gaynor
2009-08-25
added spanish translation of the panels nav title
Percy Perez-Pinedo
2009-08-12
oops, retitled templates panel
Idan Gazit
2009-08-12
Proper handling of template panel title
Idan Gazit
2009-08-12
added in-panel title
Idan Gazit
2009-08-12
renamed title/subtitle -> nav_title/nav_subtitle
Idan Gazit
2009-08-11
allow for handling the pathological case of an insanely large template context
Alex Gaynor
2009-08-10
Merge commit 'origin/master'
Alex Gaynor
2009-08-10
Show the number of rendered templates in the toolbar.
Alex Gaynor
2009-07-28
Bypass context variables which 'repr' is broken.
Mike Korobov
2009-01-23
Fix triggering an extra SQL query via the auth context processor.
Rob Hudson
2008-10-01
used os.path.normpath on templatdirs, this makes it looks cleaner, particular...
Alex Gaynor
2008-09-24
Merging from jezdez/master: Added context processors to TemplateDebugPanel.
Rob Hudson
2008-09-24
Added context processors to TemplateDebugPanel
Jannis Leidel
2008-09-21
Refactoring middleware and panels so panels have more explicit middleware-like
Rob Hudson
2008-09-20
Use pformat for template contexts, which makes it more readable
Simon Willison
2008-09-19
Fixed template panel to skip over debug_toolbar templates. Fixed a bug in tem...
Nowell Strite
2008-09-18
I noticed the template_rendered signal from the test suite also passed context,
Rob Hudson
2008-09-09
Adding a templates panel that shows the templates used during a
Rob Hudson