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
/
view_tests
Age
Commit message (
Expand
)
Author
2025-09-26
Refs #28526 -- Provided URLResolver namespace in technical 404 template.
Jacob Walls
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-18
Fixed #36456 -- Improved content type negotiation in technical 500 error resp...
IsJn-227
2025-03-21
Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings.
Mike Edmunds
2025-01-20
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
Mariusz Felisiak
2025-01-17
Fixed invalid HTML in test templates.
Thibaut Decombe
2024-10-16
Refs #35727 -- Updated response.content.decode calls to use the HttpResponse....
SaJH
2024-08-23
Fixed #35703 -- Made technical_404_response() respect SCRIPT_NAME to return d...
Maarten Breddels
2024-08-01
Fixed #35646 -- Extended SafeExceptionReporterFilter.hidden_settings to treat...
Markus Holtermann
2024-08-01
Improved view_tests.tests.test_debug.ExceptionReporterFilterTests.
Natalia
2024-06-20
Fixed #35537 -- Changed EmailMessage.attachments and EmailMultiAlternatives.a...
Jake Howard
2024-05-21
Removed hardcoded docs version in csrf template.
Ryan Hiebert
2024-04-12
Fixed #35364 -- Stopped AdminEmailHandler rendering email unnecessarily.
Adam Johnson
2024-01-31
Fixed #35143 -- Improved accessibility of 404/500 debug pages.
Marijke Luttekes
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-12-04
Fixed #34830 -- Added request to bad_request/csrf_failure view template conte...
yushanfans2233
2023-11-08
Reverted "Fixed #34830 -- Added request to csrf_failure view's template conte...
Natalia
2023-11-07
Fixed #34830 -- Added request to csrf_failure view's template context.
Prakhar
2023-06-23
Refs #31949 -- Made @sensitive_variables/sensitive_post_parameters decorators...
Jon Janzen
2023-03-30
Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async func...
Mariusz Felisiak
2023-03-22
Refs #31949 -- Enabled @sensitive_variables to work with async functions.
Jon Janzen
2023-02-17
Refs #34342 -- Added tests for handling sync streaming responses by test client.
Alexandre Spaeth
2023-02-17
Fixed #34343 -- Moved built-in templates to filesystem.
Nick Pope
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-04
Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...
David Wobrock
2022-11-29
Fixed #33701 -- Added fine-grained error locations to the technical 500 debug...
Giebisch
2022-11-25
Fixed #33747 -- Added exception notes to the technical 500 debug page.
Giebisch
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-10-26
Fixed #33606 -- Cleansed sessionid cookie in error reports.
Tobias Bengfort
2022-07-25
Fixed #33863 -- Fixed JavaScriptCatalog with more than 1 level of fallback tr...
Claude Paroz
2022-03-11
Fixed #33571 -- Fixed static serving views crash when If-Modified-Since is em...
Collin Anderson
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
2022-02-07
Refs #33476 -- Changed quotation marks in DebugViewTests.test_template_except...
Mariusz Felisiak
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-01
Fixed #30360 -- Added support for secret key rotation.
tschilling
2022-01-28
Fixed #33461 -- Escaped template errors in the technical 500 debug page.
Keryn Knight
2022-01-13
Fixed #33396 -- Added view name to technical 500 debug page.
Hrushikesh Vaidya
2022-01-08
Fixed #33425 -- Fixed view name for CBVs on technical 404 debug page.
Keryn Knight
2021-10-21
Fixed #33211 -- Updated tests for Selenium 4.0.0.
Carlton Gibson
2021-10-20
Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.
David Smith
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-06-25
Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert...
Mateo Radman
2021-04-30
Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw...
Hasan Ramezani
2021-04-29
Fixed capitalization of "ECMAScript" and "JavaScript".
Nick Pope
2021-04-27
Refs 32637 -- Made technical 404 debug page display exception message when UR...
Mariusz Felisiak
2021-04-13
Fixed #32637 -- Restored exception message on technical 404 debug page.
Mariusz Felisiak
2021-02-06
Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...
Markus Holtermann
[next]