index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
handlers
Age
Commit message (
Expand
)
Author
2026-03-06
Fixed #36940 -- Fixed script name edge case in ASGIRequest.path_info.
khadyottakale
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-08-28
Refs #33735 -- Adjusted warning stacklevel in StreamingHttpResponse.__iter__(...
Simon Charette
2024-04-05
Fixed #35354 -- Simplified ASGIRequest path handling.
Carlton Gibson
2024-04-05
Refs #35169 -- Added test for ASGIRequest root_path handling.
Carlton Gibson
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-04-12
Fixed #34394 -- Added FORCE_SCRIPT_NAME handling to ASGIRequest.
sarahboyce
2023-02-17
Fixed #34342, Refs #33735 -- Fixed test client handling of async streaming re...
Alexandre Spaeth
2023-02-17
Refs #34342 -- Added tests for handling sync streaming responses by test client.
Alexandre Spaeth
2023-02-14
Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
Markus Holtermann
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-12-05
Improved test coverage for django.db.transaction.
Pablo
2022-02-15
Refs #31407 -- Handled potential exception in test cleanup.
Carlton Gibson
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-02-19
Refs CVE-2021-23336 -- Updated tests and release notes for affected versions.
Nick Pope
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2020-09-09
Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...
Hasan Ramezani
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-04-09
Fixed #31407 -- Fixed unawaited coroutine warning for Python 3.8+.
Carlton Gibson
2020-04-07
Fixed #31407 -- Adjusted test to avoid coroutine never awaited warning.
Mark
2020-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2019-01-03
Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in the defau...
Tom Hacohen
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-11-23
Fixed #29966 -- Added tests for BaseHandler's "The view didn't return an Http...
Hasan Ramezani
2018-05-27
Removed obsolete BaseHandler attributes.
Daniel Hepper
2017-09-25
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-02-13
Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.
amalia
2017-02-04
Fixed running TransactionsPerRequestTests in isolation.
Jon Dufresne
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-08-23
Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFO
Claude Paroz
2016-06-24
Refs #24829 -- Made TemplateResponse.content available sooner in exception co...
Claude Paroz
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-04-29
Fixed #26546 -- Allowed HTTPStatus enum values for HttpResponse.status.
David Evans
2016-04-04
Fixed #26452 -- Loaded middleware on server start rather than on first request.
David Evans
2015-11-21
Fixed #25780 -- Removed redundant status code assertions from tests
Alex Morozov
2015-10-23
Fixed #17133 -- Properly handled successive slashes in incoming requests
Claude Paroz
2015-06-17
Fixed #24829 -- Allowed use of TemplateResponse in view error handlers.
ana-balica
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-03-08
Fixed #23173 -- Fixed incorrect stripping of SCRIPT_URL
Bas Peschier
[next]