summaryrefslogtreecommitdiff
path: root/docs/topics/class-based-views
AgeCommit message (Expand)Author
2014-01-20[1.5.x] Fixed #20659 -- Fixed PublisherDetail in CBV topic documentation.Baptiste Mispelon
2013-10-14[1.5.x] Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma
2013-08-10[1.5.x] Fixed #20890 -- Added missing import in class-based view docs.Tim Graham
2013-07-28[1.5.x] Fixed ReST typo in topics/class-based-views/mixins.txtTim Graham
2013-06-23[1.5.x] Fixed errors and inconsistencies in CBV topic documentation.Baptiste Mispelon
2013-06-21[1.5.x] Fixed #20612 -- Fixed incorrect wording in CBV documentationBaptiste Mispelon
2013-06-14[1.5.x] Fixed an erroneous import in example code.Pablo Sanfilippo
2013-04-22[1.5.x] Fixed #20270 -- Fixed error in AjaxResponseMixin documentationBaptiste Mispelon
2013-04-16[1.5.x] Fixed #20266 -- Updated view example in CBV introductionClaude Paroz
2013-03-22[1.5.x] Added missing markup to docs.Tim Graham
2013-02-28[1.5.x] Fixed #19937 - Typo in class-based views intro.Tim Graham
2013-02-27[1.5.x] Fixed #16807 - Added a class-based views intro.Tim Graham
2013-02-19[1.5.X] Fixed typo in docs/topics/class-based-views/generic-display.txtStefan "hr" Berder
2013-02-01[1.5.x] Fixed #19690 - Removed unused import in doc examples.Lucian Ursu
2013-01-15[1.5.x] Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29[1.5.x] Fixed broken links, round 4. refs #19516Tim Graham
2012-11-21[1.5.X] Fixed #19335 - Typo and cleanups in docs/topics/class-based-views/ind...Tim Graham
2012-11-13[1.5.x] Fixed #19283 -- Fixed typo in imports in CBV docs.Aymeric Augustin
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