summaryrefslogtreecommitdiff
path: root/docs/topics/class-based-views
AgeCommit message (Expand)Author
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-17Merge pull request #195 from pydanny/ajax-docs-exampleTim Graham
2012-09-17Add example of AJAX form submission.Marc Tamlyn
2012-09-08Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch.Tim Graham
2012-08-25Fixed #18804 - Reorganized class based views docs a bit; thanks anthonyb for ...Tim Graham
2012-08-17Update docs/topics/class-based-views/index.txtPreston Holmes
2012-08-02Update docs/topics/class-based-views/index.txtMartin Brochhaus
2012-07-07Fixed #18589 -- Typo in generic CBV docs.Aymeric Augustin
2012-06-27Fixed #18527 -- Removed superfluous backslash in CBV docsClaude Paroz
2012-06-25Fixed typo in JSONResponseMixin example.Gabriel Grant
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel