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