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
/
test_integration.py
Age
Commit message (
Expand
)
Author
2014-02-13
Toolbar insertion test for middleware
Sertaç Ö. Yıldız
2013-11-24
Removed unneeded Panel.slug attribute.
Aymeric Augustin
2013-11-24
Rename some settings for clarity and consistency.
Aymeric Augustin
2013-11-24
Rename storage to store to avoid conflicting with Django terminology.
Aymeric Augustin
2013-11-24
Rename all panels consistently.
Aymeric Augustin
2013-11-16
Add Selenium test for storage expiration.
Aymeric Augustin
2013-11-16
Add Selenim test.
Aymeric Augustin
2013-11-16
Remove redundant declarations of TestCase.urls.
Aymeric Augustin
2013-11-16
Clean up DebugToolbar class, especially panels handling.
Aymeric Augustin
2013-11-11
Switch to regular URL reversing in templates.
Aymeric Augustin
2013-11-11
Simplify monkey-patching of URLs into urlconf.
Aymeric Augustin
2013-11-10
Be resilient if not all middleware run.
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
Move a test specific to the profiling panel in its module.
Aymeric Augustin
2013-11-10
Improve regression test added in 8525bfc7.
Aymeric Augustin
2013-11-01
Split tests across several modules.
Aymeric Augustin