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
Age
Commit message (
Expand
)
Author
2013-11-01
Removed redundant settings manipulations in tests.
Aymeric Augustin
2013-11-01
Get rid of custom test runner.
Aymeric Augustin
2013-10-27
Fix a few tests that broke after 982f341.
Aymeric Augustin
2013-10-26
Eliminate almost all flake8 messages.
Aymeric Augustin
2013-10-26
Remove unused imports.
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
2013-10-26
Fix tests under Django 1.6.
Aymeric Augustin
2013-10-26
Improve tests for the debugsqlshell command.
Aymeric Augustin
2013-10-22
Fix #420 -- Regression in 729d75d.
Aymeric Augustin
2013-10-19
Merge pull request #419 from aaugustin/drop-test
Aymeric Augustin
2013-10-18
Add test for issue #348.
Aymeric Augustin
2013-10-18
Stop looking at settings.TEST. Fix #270.
Aymeric Augustin
2013-10-18
Make show_toolbar available for easier customization.
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
Oops, remove debug.
Aymeric Augustin
2013-10-18
Ensure the toolbar only outputs valid XML.
Aymeric Augustin
2013-10-18
Small test refactoring.
Aymeric Augustin
2013-10-18
#151 -- Logging panel fails on invalid string representations
Bouke Haarsma
2013-10-18
Test that non-ASCII data in sessions works.
Aymeric Augustin
2013-10-17
Support non-ASCII queries in the SQL panel.
Aymeric Augustin
2013-10-17
Support DEFAULT_CHARSET != 'utf-8'. Fix #15.
Aymeric Augustin
2013-10-17
Take advantage of TestCase.settings.
Aymeric Augustin
2013-10-17
Remove dead code.
Aymeric Augustin
2013-10-17
Update usage of the threading module.
Aymeric Augustin
2013-10-17
Replace assertEquals by assertEqual.
Aymeric Augustin
2013-10-17
Stopped using dict.iter*.
Aymeric Augustin
2013-10-17
Update imports for renamed modules.
Aymeric Augustin
2013-10-17
Replace basestring by six.string_types.
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
2013-10-14
Fix a failing test on Django 1.5.
Aymeric Augustin
2013-03-02
Merge pull request #342 from davidwtbuxton/master
Jannis Leidel
2013-03-02
Merge branch 'issue_230' of git://github.com/akaariai/django-debug-toolbar in...
Jannis Leidel
2012-12-30
Avoid importing `django.conf.urls.defaults` on django 1.4+
Simon Charette
2012-12-11
Python 2.5 compatibility #261
David Buxton
2012-08-27
Tests for issue_230
Anssi Kääriäinen
2012-08-20
remove references to debug_media now using staticfiles
Thomas Grainger
2012-05-13
Fixed a few cosmetic issues in the tests.
Jannis Leidel
2012-05-13
Added support for class methods.
Jannis Leidel
2012-05-13
Remove of Django < 1.3 specific test.
Jannis Leidel
2012-05-13
Got rid of the dependency on Dingus.
Jannis Leidel
2012-04-07
Added resolved URL name to the Request var panel. Closes #214.
Jannis Leidel
2012-03-14
Don't explode if a project uses tuple'd urlpatterns
Dan Fairs
2011-10-07
Make stacktraces configurable
Colin Howe
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-12
Added response processing into the tests, since that is now required to gener...
bkonkle
[prev]
[next]