summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/index.txt
AgeCommit message (Expand)Author
2012-11-22Clarified usage of as_view kwargs for setting arguments on class based viewsTim Graham
2012-09-08Fixed #15730 - Documented the as_view() method for CBVs.Tim Graham
2012-09-01Fixed #17378 - Added a flattened index for class-based views.Tim Graham
2012-08-10Create headings and expand CBV docs so that the "Built-In CBV" docs include a...Issac Kelly
2012-08-09Clarified thread safety note in class based views; thanks rafadura for the pa...Tim Graham
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel