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
/
flattened-index.txt
Age
Commit message (
Expand
)
Author
2021-03-16
Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() methods in C...
Hasan Ramezani
2020-06-01
Added SingleObjectMixin.query_pk_and_slug to CBV flattened index.
Fabio Sangiovanni
2018-12-21
Fixed #29750 -- Added View.setup() hook for class-based views.
François Freitag
2017-07-06
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...
Bruno Alla
2017-01-04
Fixed #27680 -- Linked to "Classy Class-Based Views" in docs.
jpic
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-04-24
Fixed #24643 -- Added get_context_data() method to FormMixin
Andrei Kulakov
2015-04-21
Fixed #24682 -- Corrected a few generic editing view links
Steve Hiemstra
2015-02-03
Fixed broken links in class based views flattend index; refs #24250.
Tim Graham
2015-02-03
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2014-08-15
Fixed #18355 -- Added ordering options to list based generic views.
Peter Harley
2014-02-21
Fixed #22112 -- Added RedirectView.pattern_name to CBV flattened index
Alasdair Nicol
2013-06-25
Doc cleanup for FormMixin.prefix; refs #18872.
Tim Graham
2013-06-24
Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened index
Baptiste Mispelon
2013-03-29
Improved FormView docs in class-based views index.
Tim Graham
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-11-21
Add orphans support to MultipleObjectMixin
Chris Beaven
2012-09-01
Fixed #17378 - Added a flattened index for class-based views.
Tim Graham