summaryrefslogtreecommitdiff
path: root/tests/requests
AgeCommit message (Expand)Author
2013-09-10[1.6.x] Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-07-09Fixed #20724 -- Test failure on SQLite.Aymeric Augustin
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-06-01Fixed #18481 -- Wrapped request.FILES read error in UnreadablePostErrorClaude Paroz
2013-05-18Made test introduced in 566e284c pass on Python 3.Aymeric Augustin
2013-05-18Added test for multipart, non form-data POST.Senko Rasic
2013-04-03Fixed #20038 -- Better error message for host validation.Baptiste Mispelon
2013-04-01Fixed #20169 -- Ensured that the WSGI request's path is correctly based on th...Julien Phalip
2013-03-11Made transaction.managed a no-op and deprecated it.Aymeric Augustin
2013-02-28Fixed tests broken in 2ee21d9.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner