summaryrefslogtreecommitdiff
path: root/docs/topics/class-based-views
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in docs/topics/class-based-views/mixins.txt.amirsoroush2023-03-221-5/+5
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-015-80/+132
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-171-2/+0
* Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak2022-05-312-9/+9
* Fixed #33611 -- Allowed View subclasses to define async method handlers.Carlton Gibson2022-04-071-0/+30
* Removed unused comment directive in CBV topic docs.David2022-01-051-2/+0
* Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith2021-10-181-1/+1
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-2/+2
* Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken2021-03-023-42/+42
* Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.Anil Khatri2021-02-081-1/+1
* Fixed cross-link in CBV topic documentation.Carles Pina Estany2021-01-141-3/+3
* Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.Tom Carrick2020-10-071-3/+4
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-1/+1
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-042-14/+11
* Refs #30997 -- Added HttpRequest.accepts().Claude Paroz2020-01-241-12/+14
* Corrected some typos in documentation.Hasan Ramezani2019-12-181-1/+1
* Removed leftover word in CBV mixins docs.Claude Paroz2019-12-041-3/+3
* Fixed typo in topics docsClaude Paroz2019-12-031-1/+1
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-065-118/+112
* Fixed #30648 -- Removed unnecessary overriding get_context_data() from mixins...Davit Gachechiladze2019-07-181-8/+1
* Fixed #30161 -- Added how to decorate class-based views to view decorators docs.alexanderblnf2019-03-121-0/+3
* Removed default empty content argument from HttpResponse calls.Jon Dufresne2019-02-091-1/+1
* Used LoginRequiredMixin in "Models and request.user" example.Daniel Roseman2019-01-311-6/+5
* Fixed #29750 -- Added View.setup() hook for class-based views.François Freitag2018-12-211-5/+6
* Normalized spelling of "lowercase" and "lowercased".Jon Dufresne2018-09-251-3/+3
* Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney2018-09-102-18/+18
* Removed usage of 'object' variable name in docs.Harry Moreno2018-07-071-6/+4
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-123-7/+7
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-205-24/+24
* Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...Bruno Alla2017-07-061-1/+2
* Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak2017-06-262-2/+2
* Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand2017-01-254-17/+16
* Refs #23919 -- Removed Python 2 notes in docs.Tim Graham2017-01-181-2/+2
* Fixed #27289 -- Corrected View.as_view() explanation.Tim Graham2016-09-281-3/+3
* Fixed typo in docs/topics/class-based-views/generic-display.txtTaylor Edmiston2016-07-061-1/+1
* Added missing trailing '$' to url() patterns in docs.Ramiro Morales2016-06-272-6/+6
* Removed versionadded/changed annotations for 1.9.Tim Graham2016-05-201-5/+0
* Fixed typo in docs/topics/class-based-views/mixins.txteltronix2016-04-181-1/+1
* Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé2016-04-091-3/+3
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-012-14/+14
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-222-6/+5
* Added missing period to "etc.".pp2016-01-111-1/+1
* Fixed #25385 -- Allowed importing views.generic.View from views.View.Varun Sharma2016-01-112-5/+5
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-312-7/+7
* Fixed #25473 -- Changed underscores in url() names to dashes in docs.Thijs van Dien2015-11-071-3/+3
* Fixed #25397 -- Documented class-based view context variable clash with conte...Jacek Bzdak2015-10-231-0/+5
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-231-10/+0
* Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators.fabrizio ettore messina2015-09-181-1/+21
* Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff2015-08-184-7/+6
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-1/+1