summaryrefslogtreecommitdiff
path: root/docs/topics/class-based-views.txt
AgeCommit message (Expand)Author
2011-02-18Fixed #15342 -- Passed *args through to the parent class' dispatch method in ...Gabriel Hurley
2011-02-18Fixed #15328 -- Corrected an example in the CBV docs and added a note about t...Gabriel Hurley
2011-01-03Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list...Russell Keith-Magee
2010-12-28Fixed #14682 - Add a note with an example of the explicit template location f...Timo Graham
2010-11-20Corrected a markup problem with an example in the class-based view docs. Than...Russell Keith-Magee
2010-11-20Fixed #14512 -- Added documentation on how to apply decorators to class-based...Russell Keith-Magee
2010-10-31Fixed a typo in the class based views docs, thanks to lasko for the report.Alex Gaynor
2010-10-20Modified the implementation of get_object() to be consistent with the approac...Russell Keith-Magee
2010-10-18Fixed a mistaken link at the top of both class-based-views docs, and a "conte...Gabriel Hurley
2010-10-18Fixed three super() calls which used the wrong classes in the examples. Thank...Gabriel Hurley
2010-10-18PEP8 fix for some class-based views examples. Thanks to Peter Baumgartner for...Chris Beaven
2010-10-18Small grammar, consistency, and import fixes for the new class-based-views to...Gabriel Hurley
2010-10-18Fixed #14490 -- fixed a typo in the docs. Thanks to gremmie for the report a...Alex Gaynor
2010-10-18Fixed #14489 -- Corrected code example in class-based views docs. Thanks to c...Russell Keith-Magee
2010-10-18Improvements to examples and markup fixes for class-based view docs.Russell Keith-Magee
2010-10-18Fixed #14488 -- corrected a typo in the docs. Thanks to Frank Wiles for the ...Alex Gaynor
2010-10-18Fixed #6735 -- Added class-based views.Russell Keith-Magee