summaryrefslogtreecommitdiff
path: root/tests/handlers
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-14Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-12-05Improved test coverage for django.db.transaction.Pablo
2022-02-15Refs #31407 -- Handled potential exception in test cleanup.Carlton Gibson
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-19Refs CVE-2021-23336 -- Updated tests and release notes for affected versions.Nick Pope
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-09Fixed #31407 -- Fixed unawaited coroutine warning for Python 3.8+.Carlton Gibson
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-12-31Updated test URL patterns to use path() and re_path().Tim Graham
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-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-03-17Replaced type-specific assertions with assertEqual().Tim Graham
2017-02-13Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.amalia
2017-02-04Fixed running TransactionsPerRequestTests in isolation.Jon Dufresne
2017-01-20Refs #23919 -- Removed unneeded force_str callsClaude Paroz
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
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-06-24Refs #24829 -- Made TemplateResponse.content available sooner in exception co...Claude 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-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