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
/
urls.py
Age
Commit message (
Collapse
)
Author
2013-11-24
Rename all panels consistently.
Aymeric Augustin
Enforce absolute imports to avoid clashing with built-in package names. Thanks Jannis for his feedback.
2013-11-12
Make it possible for panels to provide URLs and views.
Aymeric Augustin
Fix #448.
2013-11-11
Don't set up the toolbar when DEBUG = False.
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-11-10
Improve regression test added in 8525bfc7.
Aymeric Augustin
Refs #422.
2013-10-26
Eliminate almost all flake8 messages.
Aymeric Augustin
2013-10-26
Remove inappropriate docstring.
Aymeric Augustin
2013-10-26
Don't crash on non ascii bytestrings in db params.
Aymeric Augustin
Thanks Karen Tracey for the report. Fix #422.
2013-10-18
Add test for issue #348.
Aymeric Augustin
2013-10-18
Test that non-string view arguments are supported.
Aymeric Augustin
Close #43.
2013-10-18
Fix crash with objects having a non-ASCII repr in context.
Aymeric Augustin
2013-10-18
Test that non-ASCII data in sessions works.
Aymeric Augustin
Fix #67.
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
2013-10-17
Remove compatibility code for unsupported version of Django.
Aymeric Augustin
2012-12-30
Avoid importing `django.conf.urls.defaults` on django 1.4+
Simon Charette
2012-04-07
Added resolved URL name to the Request var panel. Closes #214.
Jannis Leidel
2011-08-25
Update urlpattern tests to reflect new behavior
David Cramer
2011-06-14
Move test suite into parent namespace
David Cramer