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
/
topics
/
class-based-views.txt
Age
Commit message (
Expand
)
Author
2011-02-18
Fixed #15342 -- Passed *args through to the parent class' dispatch method in ...
Gabriel Hurley
2011-02-18
Fixed #15328 -- Corrected an example in the CBV docs and added a note about t...
Gabriel Hurley
2011-01-03
Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list...
Russell Keith-Magee
2010-12-28
Fixed #14682 - Add a note with an example of the explicit template location f...
Timo Graham
2010-11-20
Corrected a markup problem with an example in the class-based view docs. Than...
Russell Keith-Magee
2010-11-20
Fixed #14512 -- Added documentation on how to apply decorators to class-based...
Russell Keith-Magee
2010-10-31
Fixed a typo in the class based views docs, thanks to lasko for the report.
Alex Gaynor
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
Fixed three super() calls which used the wrong classes in the examples. Thank...
Gabriel Hurley
2010-10-18
PEP8 fix for some class-based views examples. Thanks to Peter Baumgartner for...
Chris Beaven
2010-10-18
Small grammar, consistency, and import fixes for the new class-based-views to...
Gabriel Hurley
2010-10-18
Fixed #14490 -- fixed a typo in the docs. Thanks to gremmie for the report a...
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 #14488 -- corrected a typo in the docs. Thanks to Frank Wiles for the ...
Alex Gaynor
2010-10-18
Fixed #6735 -- Added class-based views.
Russell Keith-Magee