index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
class-based-views
/
mixins-simple.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2020-06-01
Made minor edits to TemplateResponseMixin.get_template_names() docs.
Fabio Sangiovanni
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-01-17
Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.
Tim Graham
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2017-07-06
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...
Bruno Alla
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2016-03-21
Fixed #26376 -- Clarifed meaning of 'search' in TemplateResponseMixin.get_tem...
Tim Graham
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
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-02-03
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
2014-12-17
Updated TemplateResponseMixin docs to reflect new behavior after refs #23789.
Tim Graham
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-05-18
Fixed #20294 -- Documented context processors in TemplateResponseMixin.
Zbigniew Siciarz
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-01-30
Changed "versionadded" after the decision to backport.
Aymeric Augustin
2013-01-30
Fixed #19076 -- Added content_type attribute to TemplateView.
Aymeric Augustin
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-09-08
Fixed #18628 - Added methods/attributes to CBV docs. Thanks Daniel Greenfeld!
Tim Graham
2012-08-18
Fixed #16744 -- Class based view should have the view object in the context
Marc Tamlyn
2012-08-10
Create headings and expand CBV docs so that the "Built-In CBV" docs include a...
Issac Kelly
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel