summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/base.txt
AgeCommit message (Expand)Author
2014-07-16[1.7.x] Fixed reference to pk in RedirectView.get_redirect_url doc.Bartek Ciszkowski
2014-01-16Fixed #21768 -- Corrected TemplateView context section.Tim Graham
2013-11-08Fixed #21396: Document backwards-incompatible change in RedirectView.get_redi...Baptiste Mispelon
2013-08-22Fixed #20944 -- Removed inaccurate statement about View.dispatch().Marc Tamlyn
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-07-25Added versionadded directive missing from b7bd708.Aymeric Augustin
2013-06-14Fixed #15273 -- Extend RedirectView to allow reversal by name.Marc Tamlyn
2013-06-03Fixed #20545 - Made class-based view MRO lists consistent.Tim Graham
2013-05-22Fixed #20478 – Added support for HTTP PATCH method in generic views.Krzysztof Jurewicz
2013-05-20Fix typo in redirect view docsAlasdair Nicol
2013-05-16Fixed #20421 - Typo in class-based view docs.Tim Graham
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-02-01Fixed #19714 -- Updated documentation about TemplateView contextClaude Paroz
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-09-08Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch.Tim Graham
2012-09-08Fixed typo in commit for #15730; thanks Bruno Renié for the catch.Tim Graham
2012-09-08Fixed #18628 - Added methods/attributes to CBV docs. Thanks Daniel Greenfeld!Tim Graham
2012-09-08Fixed #15730 - Documented the as_view() method for CBVs.Tim Graham
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