summaryrefslogtreecommitdiff
path: root/django/views
Commit message (Expand)AuthorAgeFilesLines
* Refs #31949 -- Made @never_cache and @cache_control() decorators to work with...Ben Lomax2023-04-251-26/+44
* Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async func...Mariusz Felisiak2023-03-301-52/+20
* Refs #31949 -- Enabled @sensitive_variables to work with async functions.Jon Janzen2023-03-221-20/+52
* Fixed #34343 -- Moved built-in templates to filesystem.Nick Pope2023-02-176-219/+248
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-012-0/+2
* Refs #33263 -- Removed warning in BaseDeleteView when delete() method is over...Mariusz Felisiak2023-01-171-20/+0
* Refs #34118 -- Adopted asgiref coroutine detection shims.Carlton Gibson2022-12-201-4/+5
* Fixed #33701 -- Added fine-grained error locations to the technical 500 debug...Giebisch2022-11-293-4/+25
* Fixed #33747 -- Added exception notes to the technical 500 debug page.Giebisch2022-11-253-3/+5
* Updated documentation and comments for RFC updates.Nick Pope2022-11-101-1/+1
* Fixed #33606 -- Cleansed sessionid cookie in error reports.Tobias Bengfort2022-10-261-6/+17
* Fixed #34062 -- Updated View.http_method_not_allowed() to support async.Antoine Lorence2022-09-291-1/+10
* Fixed #33878 -- Switched to system fonts in CSS.Tom Carrick2022-08-171-1/+1
* Simplified various built-in templates.Nick Pope2022-07-252-5/+7
* Standardized formatting in technical 500 template.Nick Pope2022-07-251-21/+21
* Fixed #33863 -- Fixed JavaScriptCatalog with more than 1 level of fallback tr...Claude Paroz2022-07-251-18/+18
* Normalized decorator style for functools.wraps.Aymeric Augustin2022-05-253-5/+10
* Normalized imports of functools.wraps.Aymeric Augustin2022-05-251-3/+3
* Renamed wrapped functions to wrapper.Aymeric Augustin2022-05-254-14/+14
* Fixed #33611 -- Allowed View subclasses to define async method handlers.Carlton Gibson2022-04-071-1/+32
* Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson2022-03-241-2/+2
* Removed outdated handling of length parameter to If-Modified-Since header.Mariusz Felisiak2022-03-151-13/+3
* Fixed #33571 -- Fixed static serving views crash when If-Modified-Since is em...Collin Anderson2022-03-111-1/+3
* Fixed #33567 -- Avoided setting default text/html content type on responses.Claude Paroz2022-03-093-10/+5
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-073-3/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0719-494/+761
* Fixed #33461 -- Escaped template errors in the technical 500 debug page.Keryn Knight2022-01-281-2/+2
* Fixed wrapping of long values in technical 500 debug page.Mariusz Felisiak2022-01-241-3/+4
* Fixed #33457 -- Fixed "Local vars" scrolling in technical 500 debug page.Hrushikesh Vaidya2022-01-241-1/+1
* Stopped including type="text/css" attributes for CSS link tags.Claude Paroz2022-01-221-1/+1
* Fixed #33396 -- Added view name to technical 500 debug page.Hrushikesh Vaidya2022-01-133-0/+8
* Refs #33396 -- Added django.views.debug.get_caller() hook.Hrushikesh Vaidya2022-01-131-8/+11
* Refs #33426 -- Simplified technical_404_response() with ResolverMatch._func_p...Hrushikesh Vaidya2022-01-121-16/+1
* Fixed #33433 -- Avoided unnecessary resolve() calls in technical_404_response().Hrushikesh Vaidya2022-01-121-5/+7
* Fixed #33425 -- Fixed view name for CBVs on technical 404 debug page.Keryn Knight2022-01-081-2/+3
* Fixed wrapping of long values in technical 500 debug page.Keryn Knight2021-12-291-1/+1
* Fixed #33350 -- Reallowed using cache decorators with duck-typed HttpRequest.Mariusz Felisiak2021-12-161-3/+4
* Refs #33263 -- Added warning to BaseDeleteView when delete() method is overri...Mariusz Felisiak2021-11-091-0/+20
* Refs #32355 -- Used @functools.lru_cache as a straight decorator.Mariusz Felisiak2021-09-271-1/+1
* Fixed #33096 -- Fixed <form> nesting in technical 500 template.Jan Schär2021-09-101-2/+2
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-1/+1
* Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessa...Carlton Gibson2021-07-141-2/+20
* Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert...Mateo Radman2021-06-251-5/+6
* Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope2021-05-121-2/+4
* Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw...Hasan Ramezani2021-04-303-3/+16
* Refs 32637 -- Made technical 404 debug page display exception message when UR...Mariusz Felisiak2021-04-271-1/+1
* Fixed #32637 -- Restored exception message on technical 404 debug page.Mariusz Felisiak2021-04-131-2/+2
* Fixed #32624 -- Avoided using JavaScript for "Local vars" show/hide in techni...Collin Anderson2021-04-091-18/+12
* Fixed #32316 -- Deferred accessing __file__.William Schwartz2021-04-011-5/+13
* Refs #32105 -- Moved ExceptionReporter template paths to properties.William Schwartz2021-03-311-2/+8