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
Age
Commit message (
Expand
)
Author
2014-01-16
[1.6.x] Fixed #21768 -- Corrected TemplateView context section.
Tim Graham
2013-11-19
[1.6.x] Fixed the base class note in the Date Views docs.
Rocky Meza
2013-11-18
[1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-11-08
[1.6.x] Fixed #21396: Document backwards-incompatible change in RedirectView....
Baptiste Mispelon
2013-09-21
[1.6.x] Fixed #21133 -- Clarifed documentation about strftime formatting.
Curtis Maloney
2013-08-22
[1.6.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch().
Marc Tamlyn
2013-07-25
[1.6.x] Added versionadded directive missing from b7bd708.
Aymeric Augustin
2013-07-11
[1.6.x] Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txt
Tim Graham
2013-06-25
Doc cleanup for FormMixin.prefix; refs #18872.
Tim Graham
2013-06-24
Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened index
Baptiste Mispelon
2013-06-22
Added missing `versionadded` for `FormMixin.prefix`.
Simon Charette
2013-06-22
Fixed #18872 -- Added prefix to FormMixin
Gilberto Gonçalves
2013-06-14
Merge pull request #1271 from batisteo/ticket-20565
Marc Tamlyn
2013-06-14
Fixed #20565 -- Added template examples for GCBV.
Baptiste Darthenay
2013-06-14
Fixed #15273 -- Extend RedirectView to allow reversal by name.
Marc Tamlyn
2013-06-05
Proofed the 1.6 release notes
Tim Graham
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-21
Fixed #20476 -- Typo.
Aymeric Augustin
2013-05-20
Fix typo in redirect view docs
Alasdair Nicol
2013-05-18
Fixed #20294 -- Documented context processors in TemplateResponseMixin.
Zbigniew Siciarz
2013-05-16
Fixed #20421 - Typo in class-based view docs.
Tim Graham
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-04-15
Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc.
Simon Charette
2013-03-29
Improved FormView docs in class-based views index.
Tim Graham
2013-03-22
Added missing markup to docs.
Tim Graham
2013-02-23
Fixed #17094 - Typo in class-based views doc.
Tim Graham
2013-02-11
Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.
Simon Charette
2013-02-01
Documented ArchiveIndexView's date_list context variable.
Aymeric Augustin
2013-02-01
Fixed #19714 -- Updated documentation about TemplateView context
Claude Paroz
2013-01-30
Changed "versionadded" after the decision to backport.
Aymeric Augustin
2013-01-30
Fixed #19076 -- Added content_type attribute to TemplateView.
Aymeric Augustin
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2013-01-01
Fixed #19520 - Corrected some misleading docs about template_name_suffix.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-11-27
Fixed #19239 - Added examples for generic date views
Tim Graham
2012-11-22
Clarified usage of as_view kwargs for setting arguments on class based views
Tim Graham
2012-11-21
Add orphans support to MultipleObjectMixin
Chris Beaven
2012-11-17
Merge pull request #467 from tomchristie/page-kwarg
Jannis Leidel
2012-11-13
Fixed #19283 -- Fixed typo in imports in CBV docs.
Aymeric Augustin
2012-11-09
Formatting tweaks.
Tom Christie
2012-11-09
Include `versionadded 1.5` directive
Tom Christie
2012-10-25
Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded 'page'.
Tom Christie
2012-09-22
Fixed #16218 -- date_list order in generic CBVs.
Aymeric Augustin
2012-09-18
document changes for YearArchiveView.
Collin Anderson
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
[next]