summaryrefslogtreecommitdiff
path: root/tests/regressiontests/wsgi
AgeCommit message (Expand)Author
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-08-14[py3] Ported django.http according to PEP 3333.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2011-10-26Fixed error message string assumptions in WSGI tests (were breaking tests on ...Carl Meyer
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer