summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/index.txt
AgeCommit message (Expand)Author
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-07-18Removed unneeded right quotes in docs to fix spelling errors.Tim Graham
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-08-18Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff
2014-09-29Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-08-23Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
2014-07-26Fixed #23106 -- Updated class-based view reference title.David Hoffman
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-05-21Fixed #20476 -- Typo.Aymeric Augustin
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