summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
2024-01-26[5.0.x] Applied Black's 2024 stable style.Mariusz Felisiak
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
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-17Refs #33263 -- Removed warning in BaseDeleteView when delete() method is over...Mariusz Felisiak
2022-12-20Refs #34118 -- Adopted asgiref coroutine detection shims.Carlton Gibson
2022-11-29Fixed #33701 -- Added fine-grained error locations to the technical 500 debug...Giebisch
2022-11-25Fixed #33747 -- Added exception notes to the technical 500 debug page.Giebisch
2022-11-10Updated documentation and comments for RFC updates.Nick Pope
2022-10-26Fixed #33606 -- Cleansed sessionid cookie in error reports.Tobias Bengfort
2022-09-29Fixed #34062 -- Updated View.http_method_not_allowed() to support async.Antoine Lorence
2022-08-17Fixed #33878 -- Switched to system fonts in CSS.Tom Carrick
2022-07-25Simplified various built-in templates.Nick Pope
2022-07-25Standardized formatting in technical 500 template.Nick Pope
2022-07-25Fixed #33863 -- Fixed JavaScriptCatalog with more than 1 level of fallback tr...Claude Paroz
2022-05-25Normalized decorator style for functools.wraps.Aymeric Augustin
2022-05-25Normalized imports of functools.wraps.Aymeric Augustin
2022-05-25Renamed wrapped functions to wrapper.Aymeric Augustin
2022-04-07Fixed #33611 -- Allowed View subclasses to define async method handlers.Carlton Gibson
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
2022-03-15Removed outdated handling of length parameter to If-Modified-Since header.Mariusz Felisiak
2022-03-11Fixed #33571 -- Fixed static serving views crash when If-Modified-Since is em...Collin Anderson
2022-03-09Fixed #33567 -- Avoided setting default text/html content type on responses.Claude Paroz
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
2022-01-28Fixed #33461 -- Escaped template errors in the technical 500 debug page.Keryn Knight
2022-01-24Fixed wrapping of long values in technical 500 debug page.Mariusz Felisiak
2022-01-24Fixed #33457 -- Fixed "Local vars" scrolling in technical 500 debug page.Hrushikesh Vaidya
2022-01-22Stopped including type="text/css" attributes for CSS link tags.Claude Paroz
2022-01-13Fixed #33396 -- Added view name to technical 500 debug page.Hrushikesh Vaidya
2022-01-13Refs #33396 -- Added django.views.debug.get_caller() hook.Hrushikesh Vaidya
2022-01-12Refs #33426 -- Simplified technical_404_response() with ResolverMatch._func_p...Hrushikesh Vaidya
2022-01-12Fixed #33433 -- Avoided unnecessary resolve() calls in technical_404_response().Hrushikesh Vaidya
2022-01-08Fixed #33425 -- Fixed view name for CBVs on technical 404 debug page.Keryn Knight
2021-12-29Fixed wrapping of long values in technical 500 debug page.Keryn Knight
2021-12-16Fixed #33350 -- Reallowed using cache decorators with duck-typed HttpRequest.Mariusz Felisiak