summaryrefslogtreecommitdiff
path: root/django/views/generic
AgeCommit message (Expand)Author
2026-01-31Refs #34118 -- Removed asgiref coroutine detection shims.Jacob Walls
2025-10-12Optimized View.dispatch() a bit.sobolevn
2025-09-22Fixed #36488 -- Fixed merging of query strings in RedirectView.Samriddha9619
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-06-06Refs CVE-2025-48432 -- Prevented log injection in remaining response logging.Jake Howard
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-15Fixed #35682 -- Updated docstrings for base view classes which require a resp...Yash
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-09-29Fixed #34062 -- Updated View.http_method_not_allowed() to support async.Antoine Lorence
2022-04-07Fixed #33611 -- Allowed View subclasses to define async method handlers.Carlton Gibson
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-09Refs #33263 -- Added warning to BaseDeleteView when delete() method is overri...Mariusz Felisiak
2021-07-14Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessa...Carlton Gibson
2021-03-30Fixed #32260 -- Made View.as_view() do not use update_wrapper().Daniyal
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-08-24Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL...Mariusz Felisiak
2020-08-24Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for TemplateView kwarg d...Mariusz Felisiak
2020-08-13Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning.Adam Johnson
2020-06-26Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView.Hasan Ramezani
2020-03-23Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context.Adam Johnson
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2020-01-06Removed "Don't do that" from docs and error messages.Adam Johnson
2019-10-30Refs #20456 -- Moved initialization of HEAD method based on GET to the View.s...Felipe Lee
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2018-12-21Fixed #29750 -- Added View.setup() hook for class-based views.François Freitag
2018-10-29Fixed #29903 -- Added error message for invalid WeekArchiveView week_format.Hasan Ramezani
2018-01-18Refs #23668 -- Removed passing default argument of current TZ to make_aware()...Jon Dufresne
2018-01-17Improved generic detail view error message for when pk or slug is missing.Vincent Poulailleau
2018-01-03Fixed #28985 -- Removed unneeded None checks before hasattr().Дилян Палаузов
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-11-14Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().Дилян Палаузов
2017-11-07Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMi...Bjorn Kristinsson
2017-11-06Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-09-04Fixed #28082 -- Made BaseDateListView pass context from get_dated_items() to ...Sebastian Sassi
2017-07-06Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...Bruno Alla
2017-05-30Fixed #28209 -- Made date-based generic views return a 404 rather than crash ...Adit Biswas
2017-05-27Fixed #28226 -- Replaced use of str.join() with concatenation.Tom
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-03-04Refs #27795 -- Removed unneeded force_text callsClaude Paroz
2017-03-03Refs #27656 -- Updated django.views docstring verbs according to PEP 257.Anton Samarchyan
2017-03-01Fixed #26911 -- Removed NoReverseMatch silencing in RedirectView.Grzegorz Tężycki
2017-02-27Imported django.http classes instead of django.http.Asif Saifuddin Auvi
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-20Refs #23919 -- Removed unneeded force_str callsClaude Paroz