summaryrefslogtreecommitdiff
path: root/tests/handlers
AgeCommit message (Expand)Author
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-04-29Fixed #26546 -- Allowed HTTPStatus enum values for HttpResponse.status.David Evans
2016-04-04Fixed #26452 -- Loaded middleware on server start rather than on first request.David Evans
2015-11-21Fixed #25780 -- Removed redundant status code assertions from testsAlex Morozov
2015-10-23Fixed #17133 -- Properly handled successive slashes in incoming requestsClaude Paroz
2015-06-17Fixed #24829 -- Allowed use of TemplateResponse in view error handlers.ana-balica
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-03-08Fixed #23173 -- Fixed incorrect stripping of SCRIPT_URLBas Peschier
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-22Fixed #23887 -- Returned Bad Request for multipart parsing failsClaude Paroz
2014-10-16Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi
2014-10-14Adapted invalid cookie test to all Python versionsClaude Paroz
2014-10-13Fixed #23638 -- Prevented crash while parsing invalid cookie contentClaude Paroz
2014-08-29Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.Joshua "jag" Ginsberg
2014-08-20Fixed flake8 warnings.Tim Graham
2014-08-19Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-11-02PEP8 cleanupJason Myers
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-05-19Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin
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