index
:
django.git
fix-31295
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
/
intro.txt
Age
Commit message (
Expand
)
Author
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-03-12
Fixed #30161 -- Added how to decorate class-based views to view decorators docs.
alexanderblnf
2018-12-21
Fixed #29750 -- Added View.setup() hook for class-based views.
François Freitag
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2016-09-28
Fixed #27289 -- Corrected View.as_view() explanation.
Tim Graham
2016-06-27
Added missing trailing '$' to url() patterns in docs.
Ramiro Morales
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-01-11
Added missing period to "etc.".
pp
2016-01-11
Fixed #25385 -- Allowed importing views.generic.View from views.View.
Varun Sharma
2015-09-18
Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators.
fabrizio ettore messina
2015-08-18
Used consistent capitalization and hyphenation of "class-based views" in docs.
Anton Strogonoff
2015-08-01
Fixed #25146 -- Allowed method_decorator() to decorate classes.
Rigel Di Scala
2015-06-17
Fixed #24914 -- Added authentication mixins for CBVs
Markus Holtermann
2015-04-20
Fixed typo in docs/topics/class-based-views/intro.txt
Anton
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-17
Amended login required mixin documentation to honor **initkwargs.
Simon Charette
2014-03-17
Fixed #22006 -- Documented how to write a login_required mixin for CBVs.
Tim Graham
2014-02-22
Fixed #22007 -- Fixed cbv docs - make imports consistent
Martin Matusiak
2013-08-10
Fixed #20890 -- Added missing import in class-based view docs.
Tim Graham
2013-06-23
Fixed errors and inconsistencies in CBV topic documentation.
Baptiste Mispelon
2013-04-16
Fixed #20266 -- Updated view example in CBV introduction
Claude Paroz
2013-03-13
Fixed an erroneous import in example code.
Pablo Sanfilippo
2013-02-28
Fixed #19937 - Typo in class-based views intro.
Tim Graham
2013-02-27
Fixed #16807 - Added a class-based views intro.
Tim Graham