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
/
ref
/
class-based-views
/
mixins-multiple-object.txt
Age
Commit message (
Expand
)
Author
2016-02-01
[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.
Tim Graham
2016-01-22
[1.9.x] Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2014-10-06
Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMixin.model...
Ismail Badawi
2014-08-15
Fixed #18355 -- Added ordering options to list based generic views.
Peter Harley
2014-08-13
Refs #23276 -- Added missing url() in some places.
Collin Anderson
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-02-25
Fixed docs typos.
Szczepan Cieślik
2014-02-22
Fixed #22113 -- changed object_name to model_name in CBV docs.
Marcin Sokół
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-09
Improved queryset handling and docs for (Single|Multiple)ObjectMixin.
Loic Bistuer
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-11-21
Add orphans support to MultipleObjectMixin
Chris Beaven
2012-11-09
Formatting tweaks.
Tom Christie
2012-11-09
Include `versionadded 1.5` directive
Tom Christie
2012-10-25
Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded 'page'.
Tom Christie
2012-09-08
Fixed #18628 - Added methods/attributes to CBV docs. Thanks Daniel Greenfeld!
Tim Graham
2012-08-10
Create headings and expand CBV docs so that the "Built-In CBV" docs include a...
Issac Kelly
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel