aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.py
AgeCommit message (Expand)Author
2013-10-18Fix crash with objects having a non-ASCII repr in context.Aymeric Augustin
2013-10-18Oops, remove debug.Aymeric Augustin
2013-10-18Ensure the toolbar only outputs valid XML.Aymeric Augustin
2013-10-18Small test refactoring.Aymeric Augustin
2013-10-18#151 -- Logging panel fails on invalid string representationsBouke Haarsma
2013-10-18Test that non-ASCII data in sessions works.Aymeric Augustin
2013-10-17Support non-ASCII queries in the SQL panel.Aymeric Augustin
2013-10-17Support DEFAULT_CHARSET != 'utf-8'. Fix #15.Aymeric Augustin
2013-10-17Take advantage of TestCase.settings.Aymeric Augustin
2013-10-17Remove dead code.Aymeric Augustin
2013-10-17Update usage of the threading module.Aymeric Augustin
2013-10-17Replace assertEquals by assertEqual.Aymeric Augustin
2013-10-17Stopped using dict.iter*.Aymeric Augustin
2013-10-17Update imports for renamed modules.Aymeric Augustin
2013-10-17Replace basestring by six.string_types.Aymeric Augustin
2013-10-17Enable unicode_literals in all non-empty modules.Aymeric Augustin
2013-10-17Remove compatibility code for unsupported version of Django.Aymeric Augustin
2013-10-14Fix a failing test on Django 1.5.Aymeric Augustin
2013-03-02Merge pull request #342 from davidwtbuxton/masterJannis Leidel
2012-12-11Python 2.5 compatibility #261David Buxton
2012-08-27Tests for issue_230Anssi Kääriäinen
2012-08-20remove references to debug_media now using staticfilesThomas Grainger
2012-05-13Fixed a few cosmetic issues in the tests.Jannis Leidel
2012-05-13Added support for class methods.Jannis Leidel
2012-05-13Remove of Django < 1.3 specific test.Jannis Leidel
2012-05-13Got rid of the dependency on Dingus.Jannis Leidel
2012-04-07Added resolved URL name to the Request var panel. Closes #214.Jannis Leidel
2012-03-14Don't explode if a project uses tuple'd urlpatternsDan Fairs
2011-10-07Make stacktraces configurableColin Howe
2011-09-26Merge branch 'issue-duplicated-queries' of https://github.com/thinred/django-...David Cramer
2011-09-26Better substitutions for template context variables triggering SQL queriesMikhail Korobov
2011-09-26Issue 187: queries are captured and not executed when template panel is rende...Tomasz Buchert
2011-09-12Added response processing into the tests, since that is now required to gener...bkonkle
2011-09-09Set INTERNAL_IPS and DEBUG on the middleware testbkonkle
2011-08-25Update urlpattern tests to reflect new behaviorDavid Cramer
2011-08-09Fixed tests that check INTERNAL_IPS setting.Jason Keene
2011-07-12Dont use assertIn (only available in unittest2)David Cramer
2011-06-14Moved view function name extraction into debug_toolbar.utils.get_name_from_objDavid Cramer
2011-06-14Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarDavid Cramer
2011-06-14Move test suite into parent namespaceDavid Cramer