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
/
tests
/
views.py
Age
Commit message (
Expand
)
Author
2013-11-24
Rename all panels consistently.
Aymeric Augustin
2013-11-10
Fix PEP 8 violations.
Aymeric Augustin
2013-11-10
Move two tests specific to the request vars panel in their module.
Aymeric Augustin
2013-11-10
Move a test specific to the template panel in its module.
Aymeric Augustin
2013-10-26
Don't crash on non ascii bytestrings in db params.
Aymeric Augustin
2013-10-18
Add test for issue #348.
Aymeric Augustin
2013-10-18
Test that non-string view arguments are supported.
Aymeric Augustin
2013-10-18
Fix crash with objects having a non-ASCII repr in context.
Aymeric Augustin
2013-10-18
Ensure the toolbar only outputs valid XML.
Aymeric Augustin
2013-10-18
Test that non-ASCII data in sessions works.
Aymeric Augustin
2013-10-17
Support DEFAULT_CHARSET != 'utf-8'. Fix #15.
Aymeric Augustin
2013-10-17
Enable unicode_literals in all non-empty modules.
Aymeric Augustin
2012-04-07
Added resolved URL name to the Request var panel. Closes #214.
Jannis Leidel
2011-06-14
Move test suite into parent namespace
David Cramer