summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
2026-01-31Refs #34118 -- Removed asgiref coroutine detection shims.Jacob Walls
2026-01-09Refs #35875 -- Added dark mode support in additional views.mbcodes
2026-01-09Fixed #36853 -- Fixed technical 500 and 404 email CSS support.Andrea Zanotto
2025-10-12Optimized View.dispatch() a bit.sobolevn
2025-10-03Fixed #36636, Refs #15902 -- Removed session-based storage reference from set...Dani Fornons
2025-09-26Refs #28526 -- Provided URLResolver namespace in technical 404 template.Jacob Walls
2025-09-22Fixed #36488 -- Fixed merging of query strings in RedirectView.Samriddha9619
2025-08-28Fixed #36532 -- Added Content Security Policy view decorators to override or ...Rob Hudson
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-07-18Fixed #36456 -- Improved content type negotiation in technical 500 error resp...IsJn-227
2025-06-06Refs CVE-2025-48432 -- Prevented log injection in remaining response logging.Jake Howard
2025-04-17Fixed #28050 -- Added template name to TemplateSyntaxError.farhan
2025-02-18Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.Mariusz Felisiak
2025-01-20Fixed #36005 -- Dropped support for Python 3.10 and 3.11.Mariusz Felisiak
2024-12-18Refs #26007 -- Improved the ImproperlyConfigured error message for SingleObje...Andrew Miller
2024-12-18Fixed #26007 -- Clarified SingleObjectTemplateResponseMixin.get_template_name...Andrew Miller
2024-10-17Fixed #35795 -- Added role="button" to links acting as buttons for screen rea...Jay Patel
2024-10-15Fixed #35682 -- Updated docstrings for base view classes which require a resp...Yash
2024-08-23Fixed #35703 -- Made technical_404_response() respect SCRIPT_NAME to return d...Maarten Breddels
2024-08-01Fixed #35646 -- Extended SafeExceptionReporterFilter.hidden_settings to treat...Markus Holtermann
2024-05-21Removed hardcoded docs version in csrf template.Ryan Hiebert
2024-02-23Fixed #35140 -- Increased font size in debug views.erosselli
2024-02-17Fixed #35187 -- Fixed @sensitive_variables/sensitive_post_parameters decorato...Mariusz Felisiak
2024-02-14Fixed #35195 -- Removed unnecessary type="text/css" attributes from <style> t...Cosmic Process
2024-02-12Fixed #35171 -- Updated the design of the "Congrats" page.Alexander Lazarević
2024-02-12Corrected indentation of the "Congrats" page template.Alexander Lazarević
2024-01-31Fixed #35143 -- Improved accessibility of 404/500 debug pages.Marijke Luttekes
2024-01-30Made cosmetic edits to rocket SVG in the "Congrats" page.Baptiste Mispelon
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-12-04Fixed #34830 -- Added request to bad_request/csrf_failure view template conte...yushanfans2233
2023-11-08Reverted "Fixed #34830 -- Added request to csrf_failure view's template conte...Natalia
2023-11-07Fixed #34830 -- Added request to csrf_failure view's template context.Prakhar
2023-07-10Refs #31949 -- Made @vary_on_(cookie/headers) decorators work with async func...Ben Lomax
2023-07-10Made @vary_on_cookie decorator reuse @vary_on_headers.Mariusz Felisiak
2023-07-10Refs #31949 -- Made @csrf_exempt decorator to work with async functions.Ben Lomax
2023-06-26Refs #31949 -- Made http decorators to work with async functions.th3nn3ss
2023-06-23Refs #31949 -- Simplified @sensitive_variables a bit.Jon Janzen
2023-06-23Refs #31949 -- Made @sensitive_variables/sensitive_post_parameters decorators...Jon Janzen
2023-05-26Optimized @condition decorator a bit.Mariusz Felisiak
2023-05-24Fixed #34592 -- Removed Safari/Chrome workaround for system fonts.minusf
2023-05-23Refs #31949 -- Made @no_append_slash decorator to work with async functions.Ben Lomax
2023-05-22Fixed #34588 -- Removed usage of nonexistent stylesheet in the 'Congrats' page.gtleee
2023-05-20Refs #31949 -- Made @xframe_options_(deny/sameorigin/exempt) decorators to wo...Ben Lomax
2023-05-18Refs 34343 -- Removed outdated comment about inline template from CSRF view f...Adam Johnson
2023-04-25Refs #31949 -- Made @never_cache and @cache_control() decorators to work with...Ben Lomax
2023-03-30Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async func...Mariusz Felisiak
2023-03-22Refs #31949 -- Enabled @sensitive_variables to work with async functions.Jon Janzen
2023-02-17Fixed #34343 -- Moved built-in templates to filesystem.Nick Pope