summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/flattened-index.txt
AgeCommit message (Collapse)Author
2021-03-16Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() methods in ↵Hasan Ramezani
CBV docs.
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
in as_view().
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
Specifically in rendering shortcuts, template responses, and class-based views that return template responses. Also added a test for render_to_response(status=...) which was missing from fdbfc980. Thanks Tim and Carl for the review.
2014-08-15Fixed #18355 -- Added ordering options to list based generic views.Peter Harley
Added MultipleObjectMixin.ordering and get_ordering(). Refs #21450.
2014-02-21Fixed #22112 -- Added RedirectView.pattern_name to CBV flattened indexAlasdair Nicol
Also moved accessor method get_redirect_url next to its attribute url for consistency with the other views. Thanks nikunj.sg for the report
2013-06-25Doc cleanup for FormMixin.prefix; refs #18872.Tim Graham
2013-06-24Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened indexBaptiste Mispelon
Thanks to Tim Graham for the report and review.
2013-03-29Improved FormView docs in class-based views index.Tim Graham
Thanks Stefan Berder.
2013-01-30Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
Thanks Gavin Wahl.
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward.
2012-11-21Add orphans support to MultipleObjectMixinChris Beaven
Fixes #7005
2012-09-01Fixed #17378 - Added a flattened index for class-based views.Tim Graham
Thanks Preston Holmes for the patch.