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
/
ref
/
class-based-views
/
base.txt
Age
Commit message (
Expand
)
Author
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-07-06
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...
Bruno Alla
2017-06-28
Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based views.
Mike Vasiliou
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2016-06-01
Fixed #26695 -- Clarified return value of View.options().
Tim Graham
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-11
Fixed #25385 -- Allowed importing views.generic.View from views.View.
Varun Sharma
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-01-18
Changed RedirectView.permanent to False per deprecation timeline; refs #21587.
Tim Graham
2015-01-17
Fixed #24055 -- Keep reference to view class for resolve()
Collin Anderson
2014-11-25
Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.
Berker Peksag
2014-07-16
Fixed reference to pk in RedirectView.get_redirect_url doc.
Bartek Ciszkowski
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-01-16
Fixed #21768 -- Corrected TemplateView context section.
Tim Graham
2013-11-08
Fixed #21396: Document backwards-incompatible change in RedirectView.get_redi...
Baptiste Mispelon
2013-08-22
Fixed #20944 -- Removed inaccurate statement about View.dispatch().
Marc Tamlyn
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-07-25
Added versionadded directive missing from b7bd708.
Aymeric Augustin
2013-06-14
Fixed #15273 -- Extend RedirectView to allow reversal by name.
Marc Tamlyn
2013-06-03
Fixed #20545 - Made class-based view MRO lists consistent.
Tim Graham
2013-05-22
Fixed #20478 – Added support for HTTP PATCH method in generic views.
Krzysztof Jurewicz
2013-05-20
Fix typo in redirect view docs
Alasdair Nicol
2013-05-16
Fixed #20421 - Typo in class-based view docs.
Tim Graham
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-02-01
Fixed #19714 -- Updated documentation about TemplateView context
Claude Paroz
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-09-08
Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch.
Tim Graham
2012-09-08
Fixed typo in commit for #15730; thanks Bruno Renié for the catch.
Tim Graham
2012-09-08
Fixed #18628 - Added methods/attributes to CBV docs. Thanks Daniel Greenfeld!
Tim Graham
2012-09-08
Fixed #15730 - Documented the as_view() method for CBVs.
Tim Graham
2012-08-10
Create headings and expand CBV docs so that the "Built-In CBV" docs include a...
Issac Kelly
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel