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