summaryrefslogtreecommitdiff
path: root/tests/regressiontests/views/__init__.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2011-05-07Fixed #15980 - Unknown encoding "utf8" in tests/regressiontests/views/__init_...Luke Plant
2010-03-08Move the tests added for #12302 to where some other tests for debug page resp...Karen Tracey
2007-09-17Fixed #5496 -- Added test cases for some of the built-in Django views. Thanks...Russell Keith-Magee