index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
class-based-views
/
index.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-07-18
Removed unneeded right quotes in docs to fix spelling errors.
Tim Graham
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-08-18
Used consistent capitalization and hyphenation of "class-based views" in docs.
Anton Strogonoff
2014-09-29
Fixed #17638 -- Added crosslinks between topic and reference guides.
Duane Hilton
2014-08-23
Fixed #22154 -- Added "Built-in" to some class-based views titles.
Tim Graham
2014-07-26
Fixed #23106 -- Updated class-based view reference title.
David Hoffman
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2013-05-21
Fixed #20476 -- Typo.
Aymeric Augustin
2012-11-22
Clarified usage of as_view kwargs for setting arguments on class based views
Tim Graham
2012-09-08
Fixed #15730 - Documented the as_view() method for CBVs.
Tim Graham
2012-09-01
Fixed #17378 - Added a flattened index for class-based views.
Tim Graham
2012-08-10
Create headings and expand CBV docs so that the "Built-In CBV" docs include a...
Issac Kelly
2012-08-09
Clarified thread safety note in class based views; thanks rafadura for the pa...
Tim Graham
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel