summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/base.txt
AgeCommit message (Expand)Author
2013-02-01[1.5.x] Fixed #19714 -- Updated documentation about TemplateView contextClaude Paroz
2013-01-02[1.5.x] Fixed #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