| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-02 | [3.2.x] Fixed #32271 -- Improved consistency of docs CBV examples. | Jack Aitken | |
| Co-Authored-By: Carles Pina i Estany <carles@pina.cat> Backport of 5fd4f22d196fbe9913884259ddedad10e6156a44 from master | |||
| 2021-02-08 | [3.2.x] Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView. | Anil Khatri | |
| Backport of de4492fbb1e48f8b258baa182220d4247f345177 from master | |||
| 2021-01-14 | Fixed cross-link in CBV topic documentation. | Carles Pina Estany | |
| 2020-10-07 | Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. | Tom Carrick | |
| 2020-09-14 | Fixed #31789 -- Added a new headers interface to HttpResponse. | Tom Carrick | |
| 2020-05-04 | Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵ | Adam Johnson | |
| comments. | |||
| 2020-01-24 | Refs #30997 -- Added HttpRequest.accepts(). | Claude Paroz | |
| 2019-12-18 | Corrected some typos in documentation. | Hasan Ramezani | |
| 2019-12-04 | Removed leftover word in CBV mixins docs. | Claude Paroz | |
| 2019-12-03 | Fixed typo in topics docs | Claude Paroz | |
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-07-18 | Fixed #30648 -- Removed unnecessary overriding get_context_data() from ↵ | Davit Gachechiladze | |
| mixins with CBVs docs. | |||
| 2019-03-12 | Fixed #30161 -- Added how to decorate class-based views to view decorators docs. | alexanderblnf | |
| 2019-02-09 | Removed default empty content argument from HttpResponse calls. | Jon Dufresne | |
| 2019-01-31 | Used LoginRequiredMixin in "Models and request.user" example. | Daniel Roseman | |
| 2018-12-21 | Fixed #29750 -- Added View.setup() hook for class-based views. | François Freitag | |
| 2018-09-25 | Normalized spelling of "lowercase" and "lowercased". | Jon Dufresne | |
| 2018-09-10 | Refs #20910 -- Replaced snippet directive with code-block. | Curtis Maloney | |
| 2018-07-07 | Removed usage of 'object' variable name in docs. | Harry Moreno | |
| 2018-05-12 | Alphabetized imports in various docs. | Mariusz Felisiak | |
| Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. | |||
| 2017-09-20 | Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. | Sjoerd Job Postmus | |
| Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs. | |||
| 2017-07-06 | Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ↵ | Bruno Alla | |
| in as_view(). | |||
| 2017-06-26 | Refs #23919 -- Stopped inheriting from object to define new style classes. | Mariusz Felisiak | |
| Tests and docs complement to cecc079168e8669138728d31611ff3a1e7eb3a9f. | |||
| 2017-01-25 | Refs #23919 -- Replaced super(ClassName, self) with super() in docs. | chillaranand | |
| 2017-01-18 | Refs #23919 -- Removed Python 2 notes in docs. | Tim Graham | |
| 2016-09-28 | Fixed #27289 -- Corrected View.as_view() explanation. | Tim Graham | |
| Thanks Graham Wideman for the report. | |||
| 2016-07-06 | Fixed typo in docs/topics/class-based-views/generic-display.txt | Taylor Edmiston | |
| 2016-06-27 | Added missing trailing '$' to url() patterns in docs. | Ramiro Morales | |
| 2016-05-20 | Removed versionadded/changed annotations for 1.9. | Tim Graham | |
| 2016-04-18 | Fixed typo in docs/topics/class-based-views/mixins.txt | eltronix | |
| 2016-04-09 | Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. | Jeremy Lainé | |
| 2016-02-01 | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv | |
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2016-01-11 | Added missing period to "etc.". | pp | |
| 2016-01-11 | Fixed #25385 -- Allowed importing views.generic.View from views.View. | Varun Sharma | |
| 2015-12-31 | Fixed #26013 -- Moved django.core.urlresolvers to django.urls. | Marten Kenbeek | |
| Thanks to Tim Graham for the review. | |||
| 2015-11-07 | Fixed #25473 -- Changed underscores in url() names to dashes in docs. | Thijs van Dien | |
| To improve consistency, sample URL names that had underscores in them now use dashes instead. That excludes URL names that have some relation to the code, such as those generated by the admin. Thanks guettli for reporting this. | |||
| 2015-10-23 | Fixed #25397 -- Documented class-based view context variable clash with ↵ | Jacek Bzdak | |
| context processors. | |||
| 2015-09-23 | Removed versionadded/changed annotations for 1.8. | Tim Graham | |
| 2015-09-18 | Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators. | fabrizio ettore messina | |
| 2015-08-18 | Used consistent capitalization and hyphenation of "class-based views" in docs. | Anton Strogonoff | |
| 2015-08-08 | Updated Wikipedia links to use https | Claude Paroz | |
| 2015-08-01 | Fixed #25146 -- Allowed method_decorator() to decorate classes. | Rigel Di Scala | |
| 2015-07-27 | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | |
| ForeignKey/OneToOneField | |||
| 2015-06-17 | Fixed #24914 -- Added authentication mixins for CBVs | Markus Holtermann | |
| Added the mixins LoginRequiredMixin, PermissionRequiredMixin and UserPassesTestMixin to contrib.auth as counterparts to the respective view decorators. The authentication mixins UserPassesTestMixin, LoginRequiredMixin and PermissionRequiredMixin have been inspired by django-braces <https://github.com/brack3t/django-braces/> Thanks Raphael Michel for the initial patch, tests and docs on the PR and Ana Balica, Kenneth Love, Marc Tamlyn, and Tim Graham for the review. | |||
| 2015-04-20 | Fixed typo in docs/topics/class-based-views/intro.txt | Anton | |
| 2014-12-28 | Deprecated TEMPLATE_LOADERS. | Aymeric Augustin | |
| 2014-12-19 | Used https for most *.python.org links | Claude Paroz | |
| 2014-11-21 | Fixed #21753 -- Raised exception when both `form_class` and `fields` are ↵ | Berker Peksag | |
| specified. | |||
| 2014-10-30 | Fixed #23656 -- Made FormMixin.get_form's form_class argument optional. | Simon Charette | |
| Thanks Tim Graham for the review. | |||
