summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/mixins-simple.txt
AgeCommit message (Expand)Author
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2017-07-06Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...Bruno Alla
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2016-03-21Fixed #26376 -- Clarifed meaning of 'search' in TemplateResponseMixin.get_tem...Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-02-03Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-17Updated TemplateResponseMixin docs to reflect new behavior after refs #23789.Tim Graham
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-05-18Fixed #20294 -- Documented context processors in TemplateResponseMixin.Zbigniew Siciarz
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-01-30Changed "versionadded" after the decision to backport.Aymeric Augustin
2013-01-30Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-09-08Fixed #18628 - Added methods/attributes to CBV docs. Thanks Daniel Greenfeld!Tim Graham
2012-08-18Fixed #16744 -- Class based view should have the view object in the contextMarc Tamlyn
2012-08-10Create headings and expand CBV docs so that the "Built-In CBV" docs include a...Issac Kelly
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel