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.txt
Age
Commit message (
Expand
)
Author
2011-03-22
Fixed #15657 -- added the required `form` parameter to the method signatures ...
Gabriel Hurley
2011-02-14
Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje...
Russell Keith-Magee
2011-01-03
Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list...
Russell Keith-Magee
2010-12-14
Fixed #14901 - Typo in class-based views paginator doc. thanks adamv.
Timo Graham
2010-12-10
Add FormMixin.get_form_kwargs method to abstract some common logic in a tidier
Chris Beaven
2010-12-09
Fixes #14873 -- A paginated ListView with a List instead of queryset produces...
Chris Beaven
2010-12-07
Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...
Russell Keith-Magee
2010-12-05
Fixed #14773 -- Modified MultipleObjectMixin to allow for custom paginators. ...
Russell Keith-Magee
2010-12-04
Fixed #14803 -- Corrected an inconsistency in redirection handling between ol...
Russell Keith-Magee
2010-11-26
Fixes #14780 -- bad quoting in class based views reference. Thanks for the pa...
Chris Beaven
2010-11-20
Fixed typo in docs.
Luke Plant
2010-11-18
Fixed incorrect path to MultipleObjectMixin in docs.
Luke Plant
2010-10-20
Modified the implementation of get_object() to be consistent with the approac...
Russell Keith-Magee
2010-10-18
Fixed a mistaken link at the top of both class-based-views docs, and a "conte...
Gabriel Hurley
2010-10-18
Contains several fixes for docs/ref/class-based-views, as follows:
Gabriel Hurley
2010-10-18
Remove duplicate titles in the class based views documentation and reflow the...
Alex Gaynor
2010-10-18
Fixed #14489 -- Corrected code example in class-based views docs. Thanks to c...
Russell Keith-Magee
2010-10-18
Improvements to examples and markup fixes for class-based view docs.
Russell Keith-Magee
2010-10-18
Fixed #6735 -- Added class-based views.
Russell Keith-Magee