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