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
/
django
/
views
Age
Commit message (
Expand
)
Author
2025-10-03
[5.2.x] Fixed #36636, Refs #15902 -- Removed session-based storage reference ...
Dani Fornons
2025-06-06
[5.2.x] Refs CVE-2025-48432 -- Prevented log injection in remaining response ...
Jake Howard
2024-12-18
Refs #26007 -- Improved the ImproperlyConfigured error message for SingleObje...
Andrew Miller
2024-12-18
Fixed #26007 -- Clarified SingleObjectTemplateResponseMixin.get_template_name...
Andrew Miller
2024-10-17
Fixed #35795 -- Added role="button" to links acting as buttons for screen rea...
Jay Patel
2024-10-15
Fixed #35682 -- Updated docstrings for base view classes which require a resp...
Yash
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-05-21
Removed hardcoded docs version in csrf template.
Ryan Hiebert
2024-02-23
Fixed #35140 -- Increased font size in debug views.
erosselli
2024-02-17
Fixed #35187 -- Fixed @sensitive_variables/sensitive_post_parameters decorato...
Mariusz Felisiak
2024-02-14
Fixed #35195 -- Removed unnecessary type="text/css" attributes from <style> t...
Cosmic Process
2024-02-12
Fixed #35171 -- Updated the design of the "Congrats" page.
Alexander Lazarević
2024-02-12
Corrected indentation of the "Congrats" page template.
Alexander Lazarević
2024-01-31
Fixed #35143 -- Improved accessibility of 404/500 debug pages.
Marijke Luttekes
2024-01-30
Made cosmetic edits to rocket SVG in the "Congrats" page.
Baptiste Mispelon
2024-01-26
Applied Black's 2024 stable style.
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-07-10
Refs #31949 -- Made @vary_on_(cookie/headers) decorators work with async func...
Ben Lomax
2023-07-10
Made @vary_on_cookie decorator reuse @vary_on_headers.
Mariusz Felisiak
2023-07-10
Refs #31949 -- Made @csrf_exempt decorator to work with async functions.
Ben Lomax
2023-06-26
Refs #31949 -- Made http decorators to work with async functions.
th3nn3ss
2023-06-23
Refs #31949 -- Simplified @sensitive_variables a bit.
Jon Janzen
2023-06-23
Refs #31949 -- Made @sensitive_variables/sensitive_post_parameters decorators...
Jon Janzen
2023-05-26
Optimized @condition decorator a bit.
Mariusz Felisiak
2023-05-24
Fixed #34592 -- Removed Safari/Chrome workaround for system fonts.
minusf
2023-05-23
Refs #31949 -- Made @no_append_slash decorator to work with async functions.
Ben Lomax
2023-05-22
Fixed #34588 -- Removed usage of nonexistent stylesheet in the 'Congrats' page.
gtleee
2023-05-20
Refs #31949 -- Made @xframe_options_(deny/sameorigin/exempt) decorators to wo...
Ben Lomax
2023-05-18
Refs 34343 -- Removed outdated comment about inline template from CSRF view f...
Adam Johnson
2023-04-25
Refs #31949 -- Made @never_cache and @cache_control() decorators to work with...
Ben Lomax
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
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-17
Refs #33263 -- Removed warning in BaseDeleteView when delete() method is over...
Mariusz Felisiak
2022-12-20
Refs #34118 -- Adopted asgiref coroutine detection shims.
Carlton Gibson
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-09-29
Fixed #34062 -- Updated View.http_method_not_allowed() to support async.
Antoine Lorence
2022-08-17
Fixed #33878 -- Switched to system fonts in CSS.
Tom Carrick
2022-07-25
Simplified various built-in templates.
Nick Pope
2022-07-25
Standardized formatting in technical 500 template.
Nick Pope
2022-07-25
Fixed #33863 -- Fixed JavaScriptCatalog with more than 1 level of fallback tr...
Claude Paroz
2022-05-25
Normalized decorator style for functools.wraps.
Aymeric Augustin
2022-05-25
Normalized imports of functools.wraps.
Aymeric Augustin
[next]