summaryrefslogtreecommitdiff
path: root/tests/handlers
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34394 -- Added FORCE_SCRIPT_NAME handling to ASGIRequest.sarahboyce2023-04-121-0/+7
* Fixed #34342, Refs #33735 -- Fixed test client handling of async streaming re...Alexandre Spaeth2023-02-173-0/+27
* Refs #34342 -- Added tests for handling sync streaming responses by test client.Alexandre Spaeth2023-02-171-1/+18
* Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann2023-02-141-1/+30
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Improved test coverage for django.db.transaction.Pablo2022-12-053-0/+25
* Refs #31407 -- Handled potential exception in test cleanup.Carlton Gibson2022-02-151-1/+5
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-3/+9
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-075-116/+129
* Refs CVE-2021-23336 -- Updated tests and release notes for affected versions.Nick Pope2021-02-191-1/+1
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-101-2/+1
* Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani2020-09-093-1/+14
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-201-1/+1
* Fixed #31407 -- Fixed unawaited coroutine warning for Python 3.8+.Carlton Gibson2020-04-091-0/+3
* Fixed #31407 -- Adjusted test to avoid coroutine never awaited warning.Mark2020-04-072-6/+13
* Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin2020-03-183-0/+63
* Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in the defau...Tom Hacohen2019-01-031-4/+6
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-312-10/+9
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-7/+9
* Fixed #29966 -- Added tests for BaseHandler's "The view didn't return an Http...Hasan Ramezani2018-11-233-0/+22
* Removed obsolete BaseHandler attributes.Daniel Hepper2018-05-271-1/+1
* Fixed #27857 -- Dropped support for Python 3.4.Tim Graham2017-09-252-13/+2
* Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham2017-09-071-3/+3
* Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen2017-06-281-3/+3
* Replaced type-specific assertions with assertEqual().Tim Graham2017-03-171-1/+1
* Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.amalia2017-02-131-0/+27
* Fixed running TransactionsPerRequestTests in isolation.Jon Dufresne2017-02-041-1/+1
* Refs #23919 -- Removed unneeded force_str callsClaude Paroz2017-01-201-5/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-14/+6
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-183-8/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+2
* 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