summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/index.txt
AgeCommit message (Collapse)Author
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ↵David Smith
docs.
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
Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
2017-07-18Removed unneeded right quotes in docs to fix spelling errors.Tim Graham
A regression in pyenchant caused a problem: https://github.com/rfk/pyenchant/issues/93
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
Thanks oinopion for the suggestion and jarus for the initial patch.
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
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
2013-05-21Fixed #20476 -- Typo.Aymeric Augustin
2012-11-22Clarified usage of as_view kwargs for setting arguments on class based viewsTim Graham
Thanks Dave McLain for the patch.
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
Thanks Preston Holmes for the patch.
2012-08-10Create headings and expand CBV docs so that the "Built-In CBV" docs include ↵Issac Kelly
a complete list.
2012-08-09Clarified thread safety note in class based views; thanks rafadura for the ↵Tim Graham
patch.
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this.