summaryrefslogtreecommitdiff
path: root/tests/handlers/tests.py
AgeCommit message (Expand)Author
2026-03-06Fixed #36940 -- Fixed script name edge case in ASGIRequest.path_info.khadyottakale
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2024-08-28Refs #33735 -- Adjusted warning stacklevel in StreamingHttpResponse.__iter__(...Simon Charette
2024-04-05Fixed #35354 -- Simplified ASGIRequest path handling.Carlton Gibson
2024-04-05Refs #35169 -- Added test for ASGIRequest root_path handling.Carlton Gibson
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-12-31Used addCleanup() in tests where appropriate.Mariusz Felisiak
2023-04-12Fixed #34394 -- Added FORCE_SCRIPT_NAME handling to ASGIRequest.sarahboyce
2023-02-17Fixed #34342, Refs #33735 -- Fixed test client handling of async streaming re...Alexandre Spaeth
2023-02-17Refs #34342 -- Added tests for handling sync streaming responses by test client.Alexandre Spaeth
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-12-05Improved test coverage for django.db.transaction.Pablo
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2020-09-09Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2020-04-07Fixed #31407 -- Adjusted test to avoid coroutine never awaited warning.Mark
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
2019-01-03Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in the defau...Tom Hacohen
2018-11-27Made reused RequestFactory instances class attributes.Simon Charette
2018-11-23Fixed #29966 -- Added tests for BaseHandler's "The view didn't return an Http...Hasan Ramezani
2018-05-27Removed obsolete BaseHandler attributes.Daniel Hepper
2017-09-25Fixed #27857 -- Dropped support for Python 3.4.Tim Graham
2017-03-17Replaced type-specific assertions with assertEqual().Tim Graham
2017-02-04Fixed running TransactionsPerRequestTests in isolation.Jon Dufresne
2017-01-20Refs #23919 -- Removed unneeded force_str callsClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-08-23Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFOClaude Paroz
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-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
2013-12-23Imported override_settings from its new location.Aymeric Augustin