summaryrefslogtreecommitdiff
path: root/docs/topics/class-based-views/index.txt
AgeCommit message (Expand)Author
2020-10-07Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.Tom Carrick
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2019-12-18Corrected some typos in documentation.Hasan Ramezani
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-02-09Removed default empty content argument from HttpResponse calls.Jon Dufresne
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2016-06-27Added missing trailing '$' to url() patterns in docs.Ramiro Morales
2015-08-18Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-10-14Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma
2013-02-27Fixed #16807 - Added a class-based views intro.Tim Graham
2013-01-15Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2012-11-21Fixed #19335 - Typo and cleanups in docs/topics/class-based-views/index.txtTim Graham
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
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-06-25Fixed typo in JSONResponseMixin example.Gabriel Grant
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel