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
2013-11-15
Continue moving panel-specific code within panels.
Aymeric Augustin
2013-11-15
Move panel-specific views in panel modules.
Aymeric Augustin
2013-11-12
Make it possible for panels to provide URLs and views.
Aymeric Augustin
2013-11-12
Move the logic to load panels inside the DebugToolbar class.
Aymeric Augustin
2013-11-10
Be resilient if not all middleware run.
Aymeric Augustin
2013-11-10
template.name may be something other than a string.
Aymeric Augustin
2013-11-10
Disable instrumentation for disabled panels.
Aymeric Augustin
2013-11-10
Avoid monkey-patching when it isn't necessary.
Aymeric Augustin
2013-11-09
Remove unused method in panel API.
Aymeric Augustin
2013-10-27
Centralize access to config and default values.
Aymeric Augustin
2013-10-26
Eliminate almost all flake8 messages.
Aymeric Augustin
2013-10-26
Strengthen error handling in templates panel.
Aymeric Augustin
2013-10-18
Fix crash with objects having a non-ASCII repr in context.
Aymeric Augustin
2013-10-17
Enable unicode_literals in all non-empty modules.
Aymeric Augustin
2013-10-17
Remove compatibility code for unsupported version of Django.
Aymeric Augustin
2012-09-22
Fix displaying instance of RawQuerySet in templates toolbar
Nikita Kovaliov
2012-01-12
pep8
David Cramer
2012-01-12
Fix UnicodeDecodeError on getting template context representations for templa...
Andrey Grygoryev
2011-09-27
Refactored template filtering: discard DjDT templates asap.
Tomasz Buchert
2011-09-26
Merge branch 'issue-duplicated-queries' of https://github.com/thinred/django-...
David Cramer
2011-09-26
Better substitutions for template context variables triggering SQL queries
Mikhail Korobov
2011-09-26
Issue 187: queries are captured and not executed when template panel is rende...
Tomasz Buchert
2011-09-15
Remove any remaining uses of self.__class__ with super
bkonkle
2011-09-15
Edited all of the panels to use the stats API and not override the content me...
bkonkle
2011-09-12
Updated the template panel, and corrected an issue in the headers panel
bkonkle
2011-07-14
Dont modify the original context dictionary (fixes #184)
David Cramer
2011-07-12
Dont access __copy__ when it doesnt work. Preprocess context list so the dict...
David Cramer
2011-06-23
Django 1.3 seems to alter templates' rendering contexts after the fact, so ju...
Nikolai Prokoschenko
2011-06-10
Checking if the origin attribute exists on the Template object instead
Miguel Araujo Perez
2011-06-09
Fixes TemplateDebugPanel iterating over an unknown template without origin or...
Miguel Araujo Perez
2011-04-13
Ensure we are verifying that template.name is present before running a string...
David Cramer
2010-09-07
Fixed template block inheritance bug (issues 77 and 97)
Rob Hudson
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
[next]