summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
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
2021-11-09Refs #33263 -- Added warning to BaseDeleteView when delete() method is overri...Mariusz Felisiak
2021-09-27Refs #32355 -- Used @functools.lru_cache as a straight decorator.Mariusz Felisiak
2021-09-10Fixed #33096 -- Fixed <form> nesting in technical 500 template.Jan Schär
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-14Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessa...Carlton Gibson
2021-06-25Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert...Mateo Radman
2021-05-12Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope
2021-04-30Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw...Hasan Ramezani
2021-04-27Refs 32637 -- Made technical 404 debug page display exception message when UR...Mariusz Felisiak
2021-04-13Fixed #32637 -- Restored exception message on technical 404 debug page.Mariusz Felisiak
2021-04-09Fixed #32624 -- Avoided using JavaScript for "Local vars" show/hide in techni...Collin Anderson
2021-04-01Fixed #32316 -- Deferred accessing __file__.William Schwartz
2021-03-31Refs #32105 -- Moved ExceptionReporter template paths to properties.William Schwartz
2021-03-30Fixed #32260 -- Made View.as_view() do not use update_wrapper().Daniyal
2021-03-30Refs #32260 -- Made admindocs and technical 404 debug page use view_func.view...Adam Johnson
2021-02-24Fixed #32480 -- Corrected docstring and removed redundant comments in django/...BeryCZ
2021-02-24Refs #32468 -- Added error message on invalid usage of cache decorators.Haki Benita
2021-01-29Fixed #32345 -- Fixed preserving encoded query strings in set_language() view.Sandro Covo
2021-01-14Refs #15902 -- Stopped set_language() storing user's language in the session.Mariusz Felisiak
2020-11-24Improved bidirectionality on the 'Congrats' page.Thibaud Colas
2020-11-20Fixed #32053 -- Fixed accessibility issues on the 'Congrats' page.Thibaud Colas
2020-11-20Added explicit HTMLElement.dir attribute in templates.Author: Nick Pope
2020-11-10Refs #31672 -- Made technical 500 debug page include exceptions without trace...Hasan Ramezani
2020-10-22Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.Carlton Gibson
2020-10-15Refs #31672 -- Simplified ExceptionReporter.get_traceback_frames().Chris Jerdonek
2020-10-15Fixed #32105 -- Added template paths as ExceptionReporter class attributes.Aarni Koskela
2020-10-12Fixed #31674 -- Fixed displaying traceback in technical 500 debug page.Hasan Ramezani
2020-10-12Fixed #32087 -- Made technical 500 debug page use HTTPS for sharing traceback.nik258heda
2020-10-01Fixed #32051 -- Fixed rocket animation on the 'Congrats' page.Thibaud Colas
2020-10-01Refs #32051 -- Cleaned up CSS and SVG in the 'Congrats' page.Thibaud Colas
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-09-07Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...Jon Dufresne