summaryrefslogtreecommitdiff
path: root/docs/topics/class-based-views.txt
AgeCommit message (Expand)Author
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-02-20Fixed #17390 - Added a note to topics/auth.txt regarding how to decorate clas...Timo Graham
2012-02-05Fixed #17510 - Typo in docs/topics/class-based-views.txt; thanks andrew and n...Timo Graham
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-07-10Fixed #15715 -- added non-trivial decorator example to CBV docs. Thanks toofi...Simon Meers
2011-05-22Fixed #16021 - Minor documentation fixes for Generic Class Views; thanks Brad...Timo Graham
2011-05-21Tweaked some `render_to_response` links in the documentation.Ramiro Morales
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-04-20Fixed #15794 -- Corrected an error in the docs which indicated applying decor...Gabriel Hurley
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