summaryrefslogtreecommitdiff
path: root/docs/topics/class-based-views
AgeCommit message (Expand)Author
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-03-02Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken
2021-02-08Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.Anil Khatri
2021-01-14Fixed cross-link in CBV topic documentation.Carles Pina Estany
2020-10-07Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.Tom Carrick
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-01-24Refs #30997 -- Added HttpRequest.accepts().Claude Paroz
2019-12-18Corrected some typos in documentation.Hasan Ramezani
2019-12-04Removed leftover word in CBV mixins docs.Claude Paroz
2019-12-03Fixed typo in topics docsClaude Paroz
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-07-18Fixed #30648 -- Removed unnecessary overriding get_context_data() from mixins...Davit Gachechiladze
2019-03-12Fixed #30161 -- Added how to decorate class-based views to view decorators docs.alexanderblnf
2019-02-09Removed default empty content argument from HttpResponse calls.Jon Dufresne
2019-01-31Used LoginRequiredMixin in "Models and request.user" example.Daniel Roseman
2018-12-21Fixed #29750 -- Added View.setup() hook for class-based views.François Freitag
2018-09-25Normalized spelling of "lowercase" and "lowercased".Jon Dufresne
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-07-07Removed usage of 'object' variable name in docs.Harry Moreno
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-07-06Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...Bruno Alla
2017-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-09-28Fixed #27289 -- Corrected View.as_view() explanation.Tim Graham
2016-07-06Fixed typo in docs/topics/class-based-views/generic-display.txtTaylor Edmiston
2016-06-27Added missing trailing '$' to url() patterns in docs.Ramiro Morales
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-04-18Fixed typo in docs/topics/class-based-views/mixins.txteltronix
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-11Added missing period to "etc.".pp
2016-01-11Fixed #25385 -- Allowed importing views.generic.View from views.View.Varun Sharma
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-11-07Fixed #25473 -- Changed underscores in url() names to dashes in docs.Thijs van Dien
2015-10-23Fixed #25397 -- Documented class-based view context variable clash with conte...Jacek Bzdak
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-18Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators.fabrizio ettore messina
2015-08-18Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-08-01Fixed #25146 -- Allowed method_decorator() to decorate classes.Rigel Di Scala
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-17Fixed #24914 -- Added authentication mixins for CBVsMarkus Holtermann
2015-04-20Fixed typo in docs/topics/class-based-views/intro.txtAnton
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-11-21Fixed #21753 -- Raised exception when both `form_class` and `fields` are spec...Berker Peksag