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
/
tests.py
Age
Commit message (
Collapse
)
Author
2011-10-07
Make stacktraces configurable
Colin Howe
2011-09-26
Merge branch 'issue-duplicated-queries' of ↵
David Cramer
https://github.com/thinred/django-debug-toolbar into thinred-issue-duplicated-queries
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 ↵
Tomasz Buchert
rendered.
2011-09-12
Added response processing into the tests, since that is now required to ↵
bkonkle
generate stats
2011-09-09
Set INTERNAL_IPS and DEBUG on the middleware test
bkonkle
2011-08-25
Update urlpattern tests to reflect new behavior
David Cramer
2011-08-09
Fixed tests that check INTERNAL_IPS setting.
Jason Keene
2011-07-12
Dont use assertIn (only available in unittest2)
David Cramer
2011-06-14
Moved view function name extraction into debug_toolbar.utils.get_name_from_obj
David Cramer
2011-06-14
Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbar
David Cramer
2011-06-14
Move test suite into parent namespace
David Cramer