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
2012-03-17
Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla...
Claude Paroz
2012-02-18
Fixed #17685 - Typo in BaseDateListView.get_dated_items(); thanks ejb.
Timo Graham
2011-11-04
docs: Added missing 'form' argument to class-based-views.txt. Thanks, gabriel...
Adrian Holovaty
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-30
Fixed doc references to `django.db.models.query.QuerySet` and converted some ...
Jannis Leidel
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-08-22
Typo fix in class-based view documentation.
Malcolm Tredinnick
2011-07-29
Fixed #16101 -- Added parameters to SingleObjectMixin to override the name of...
Jannis Leidel
2011-07-29
Fixed #16394 -- Corrected documentation of the allow_empty option of the Base...
Jannis Leidel
2011-07-29
Fixed #16464 -- Fixed the reference docs of the DateDetailView view. Thanks, ...
Jannis Leidel
2011-06-12
Fixed #15764 - Corrected mixin docs for DeleteView?; thanks linovia for the r...
Timo Graham
2011-05-31
Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom.
Timo Graham
2011-05-22
Fixed #16021 - Minor documentation fixes for Generic Class Views; thanks Brad...
Timo Graham
2011-04-17
Fixed #15800 -- Fixed error in class-based-views docs. Thanks, Natim
Adrian Holovaty
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