summaryrefslogtreecommitdiff
path: root/tests/handlers/tests.py
AgeCommit message (Expand)Author
2013-09-07Fixed #20530 -- Properly decoded non-ASCII query strings on Python 3.Aymeric Augustin
2013-09-07Fixed tests introduced in previous commit on Python 2. Refs #20557.Aymeric Augustin
2013-09-07Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3.Aymeric Augustin
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-03-11Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin
2013-02-28Implemented persistent database connections.Aymeric Augustin
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner