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
/
topics
/
class-based-views
/
index.txt
Age
Commit message (
Expand
)
Author
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2016-06-27
Added missing trailing '$' to url() patterns in docs.
Ramiro Morales
2015-08-18
Used consistent capitalization and hyphenation of "class-based views" in docs.
Anton Strogonoff
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2013-10-14
Fixed #21264 -- Incorrect RST usage in docs
Bouke Haarsma
2013-02-27
Fixed #16807 - Added a class-based views intro.
Tim Graham
2013-01-15
Fixed #19605 - Removed unused url imports from doc examples.
Tim Graham
2012-11-21
Fixed #19335 - Typo and cleanups in docs/topics/class-based-views/index.txt
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-08
Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch.
Tim Graham
2012-08-25
Fixed #18804 - Reorganized class based views docs a bit; thanks anthonyb for ...
Tim Graham
2012-08-17
Update docs/topics/class-based-views/index.txt
Preston Holmes
2012-08-02
Update docs/topics/class-based-views/index.txt
Martin Brochhaus
2012-06-25
Fixed typo in JSONResponseMixin example.
Gabriel Grant
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel