aboutsummaryrefslogtreecommitdiffstats
path: root/tests/urls.py
AgeCommit message (Expand)Author
2013-11-24Rename all panels consistently.Aymeric Augustin
2013-11-12Make it possible for panels to provide URLs and views.Aymeric Augustin
2013-11-11Don't set up the toolbar when DEBUG = False.Aymeric Augustin
2013-11-10Move two tests specific to the request vars panel in their module.Aymeric Augustin
2013-11-10Move a test specific to the template panel in its module.Aymeric Augustin
2013-11-10Improve regression test added in 8525bfc7.Aymeric Augustin
2013-10-26Eliminate almost all flake8 messages.Aymeric Augustin
2013-10-26Remove inappropriate docstring.Aymeric Augustin
2013-10-26Don't crash on non ascii bytestrings in db params.Aymeric Augustin
2013-10-18Add test for issue #348.Aymeric Augustin
2013-10-18Test that non-string view arguments are supported.Aymeric Augustin
2013-10-18Fix crash with objects having a non-ASCII repr in context.Aymeric Augustin
2013-10-18Test that non-ASCII data in sessions works.Aymeric Augustin
2013-10-17Support DEFAULT_CHARSET != 'utf-8'. Fix #15.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
2012-12-30Avoid importing `django.conf.urls.defaults` on django 1.4+Simon Charette
2012-04-07Added resolved URL name to the Request var panel. Closes #214.Jannis Leidel
2011-08-25Update urlpattern tests to reflect new behaviorDavid Cramer
2011-06-14Move test suite into parent namespaceDavid Cramer