summaryrefslogtreecommitdiff
path: root/tests/handlers
Commit message (Expand)AuthorAgeFilesLines
* Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFOClaude Paroz2016-08-231-2/+6
* Refs #24829 -- Made TemplateResponse.content available sooner in exception co...Claude Paroz2016-06-241-1/+14
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-0/+11
* Fixed #26546 -- Allowed HTTPStatus enum values for HttpResponse.status.David Evans2016-04-293-5/+27
* Fixed #26452 -- Loaded middleware on server start rather than on first request.David Evans2016-04-041-12/+2
* Fixed #25780 -- Removed redundant status code assertions from testsAlex Morozov2015-11-211-4/+0
* Fixed #17133 -- Properly handled successive slashes in incoming requestsClaude Paroz2015-10-231-0/+11
* Fixed #24829 -- Allowed use of TemplateResponse in view error handlers.ana-balica2015-06-172-0/+31
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-6/+6
* Fixed #23173 -- Fixed incorrect stripping of SCRIPT_URLBas Peschier2015-03-081-1/+12
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+5
* Fixed #23887 -- Returned Bad Request for multipart parsing failsClaude Paroz2014-11-223-0/+21
* Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi2014-10-161-0/+25
* Adapted invalid cookie test to all Python versionsClaude Paroz2014-10-141-1/+4
* Fixed #23638 -- Prevented crash while parsing invalid cookie contentClaude Paroz2014-10-131-0/+10
* Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.Joshua "jag" Ginsberg2014-08-291-0/+3
* Fixed flake8 warnings.Tim Graham2014-08-201-4/+4
* Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz2014-08-191-7/+23
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-3/+3
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-3/+3
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* PEP8 cleanupJason Myers2013-11-021-0/+5
* Fixed #20530 -- Properly decoded non-ASCII query strings on Python 3.Aymeric Augustin2013-09-071-0/+13
* Fixed tests introduced in previous commit on Python 2. Refs #20557.Aymeric Augustin2013-09-071-3/+8
* Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3.Aymeric Augustin2013-09-071-2/+13
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+2
* Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes2013-05-253-0/+14
* Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin2013-05-191-2/+2
* Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin2013-03-113-6/+50
* Implemented persistent database connections.Aymeric Augustin2013-02-281-5/+12
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+69