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
Age
Commit message (
Expand
)
Author
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
2012-09-08
Updated docs for dates generic views.
Aymeric Augustin
2012-09-01
Fixed #17378 - Added a flattened index for class-based views.
Tim Graham
2012-08-18
Fixed #3542 -- Add support for changing granularity on ArchiveView.
Marc Tamlyn
2012-08-18
Fixed #16744 -- Class based view should have the view object in the context
Marc Tamlyn
2012-08-10
Create headings and expand CBV docs so that the "Built-In CBV" docs include a...
Issac Kelly
2012-08-09
Clarified thread safety note in class based views; thanks rafadura for the pa...
Tim Graham
2012-08-04
Merge pull request #210 from pydanny/ticket_18632
Alex Gaynor
2012-08-04
For #210, cleaned up text and formatting.
Daniel Greenfeld
2012-07-25
Ticket 18667: fix typo in CBV doc
Yohan Boniface
2012-07-15
Changed myapps.models.py to myapps/models.py
Daniel Greenfeld
2012-07-15
Added mention in MRO section about method/attribute inheritence. Added simple...
Daniel Greenfeld
2012-06-28
Fixed a formatting issue in the CBV docs.
Aymeric Augustin
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel