| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-24 | [3.1.x] Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView ↵ | Mariusz Felisiak | |
| passing URL kwargs into context." This reverts commit 4ed534758cb6a11df9f49baddecca5a6cdda9311. Backport of bb8f66934d93faf80cd1a2dda65aaedce21a6fc5 from master | |||
| 2020-06-15 | [3.1.x] Fixed #31696 -- Updated OWASP links in docs. | Hasan Ramezani | |
| Backport of a16080810bee8b3baf9ae7ac7b8433cb7b293e00 from master | |||
| 2020-06-01 | [3.1.x] Made minor edits to TemplateResponseMixin.get_template_names() docs. | Fabio Sangiovanni | |
| Backport of 19ceabefd451bc8473a8ac96b04b46a436a7c1b5 from master | |||
| 2020-06-01 | [3.1.x] Added SingleObjectMixin.query_pk_and_slug to CBV flattened index. | Fabio Sangiovanni | |
| Backport of df188824738ff5e54baf2d61f6a7dff51a20f068 from master | |||
| 2020-03-23 | Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context. | Adam Johnson | |
| 2020-02-14 | Fixed #31270 -- Doc'd RedirectView.get_redirect_url() arguments. | Hasan Ramezani | |
| 2019-10-30 | Refs #20456 -- Moved initialization of HEAD method based on GET to the ↵ | Felipe Lee | |
| View.setup() for generic views. This will ease unit testing of views since setup will essentially do everything needed to set the view instance up (other than instantiating it). Credit for idea goes to Vincent Prouillet. | |||
| 2019-09-10 | Removed versionadded/changed annotations for 2.2. | Mariusz Felisiak | |
| 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-01-17 | Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline. | Tim Graham | |
| 2018-12-21 | Fixed #29750 -- Added View.setup() hook for class-based views. | François Freitag | |
| 2018-11-15 | Used auto-numbered lists in documentation. | François Freitag | |
| 2018-08-27 | Corrected ModelFormMixin.form_invalid() signature in docs. | Jon Dufresne | |
| 2018-05-25 | Mentioned SuccessMessageMixin in generic editing views docs. | Claude Paroz | |
| 2018-05-24 | Documented DeletionMixin.delete(). | Claude Paroz | |
| 2018-05-17 | Removed versionadded/changed annotations for 2.0. | Tim Graham | |
| 2018-05-12 | Alphabetized imports in various docs. | Mariusz Felisiak | |
| Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. | |||
| 2018-05-02 | Fixed #29375 -- Removed empty action attribute on HTML forms. | CHI Cheng | |
| 2018-03-26 | Added a pagination example to ListView docs. | AK | |
| 2018-01-21 | Fixed #29038 -- Removed closing slash from HTML void tags. | Jon Dufresne | |
| 2017-09-25 | Fixed #28627 -- Added slug converter to some path() examples in docs. | Christopher Schäpers | |
| 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-18 | Removed unneeded right quotes in docs to fix spelling errors. | Tim Graham | |
| A regression in pyenchant caused a problem: https://github.com/rfk/pyenchant/issues/93 | |||
| 2017-07-06 | Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ↵ | Bruno Alla | |
| in as_view(). | |||
| 2017-06-28 | Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based views. | Mike Vasiliou | |
| 2017-06-06 | Fixed typo in docs/ref/class-based-views/mixins-single-object.txt. | Tim Graham | |
| 2017-01-25 | Refs #23919 -- Replaced super(ClassName, self) with super() in docs. | chillaranand | |
| 2017-01-17 | Removed versionadded/changed annotations for 1.10. | Tim Graham | |
| 2017-01-04 | Fixed #27680 -- Linked to "Classy Class-Based Views" in docs. | jpic | |
| 2016-06-01 | Fixed #26695 -- Clarified return value of View.options(). | Tim Graham | |
| Thanks mmoreaux and DheerendraRathor. | |||
| 2016-05-20 | Removed versionadded/changed annotations for 1.9. | Tim Graham | |
| 2016-03-21 | Fixed #26376 -- Clarifed meaning of 'search' in ↵ | Tim Graham | |
| TemplateResponseMixin.get_template_names() docs. | |||
| 2016-03-18 | Fixed #26375 -- Used a more generic name in a reusable template example. | Tim Graham | |
| 2016-03-05 | Refs #26217 -- Fixed typo in docs/ref/class-based-views/generic-date-based.txt. | Michal Petrucha | |
| 2016-03-01 | Fixed #26217 -- Added a warning about format strings to WeekArchiveView docs. | Michal Petrucha | |
| 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 | 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-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 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-23 | Refs #23656 -- Required FormMixin.get_form() form_class parameter to be ↵ | Tim Graham | |
| optional. Per deprecation timeline. | |||
| 2015-09-23 | Refs #24133 -- Removed legacy formatting syntax in success_url placeholders. | Tim Graham | |
| Per deprecation timeline. | |||
| 2015-09-11 | Fixed #25382 -- Removed obsolete references to DateQuerySet. | Renato Oliveira | |
| 2015-08-18 | Used consistent capitalization and hyphenation of "class-based views" in docs. | Anton Strogonoff | |
| 2015-06-24 | Renamed RemovedInDjangoXYWarnings for new roadmap. | Tim Graham | |
| Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more. | |||
| 2015-04-24 | Fixed #24643 -- Added get_context_data() method to FormMixin | Andrei Kulakov | |
| 2015-04-24 | Fixed #24695 -- Tidied up a couple of regexes in the CBV docs | Alasdair Nicol | |
| Thanks datakid for the report | |||
| 2015-04-21 | Fixed #24682 -- Corrected a few generic editing view links | Steve Hiemstra | |
