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
/
generic-date-based.txt
Age
Commit message (
Expand
)
Author
2014-08-22
[1.7.x] Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based...
Tim Graham
2013-11-19
Fixed the base class note in the Date Views docs.
Rocky Meza
2013-11-06
Fixed typos in documentation.
Baptiste Mispelon
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-06-14
Fixed #20565 -- Added template examples for GCBV.
Baptiste Darthenay
2013-06-03
Fixed #20545 - Made class-based view MRO lists consistent.
Tim Graham
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-02-01
Documented ArchiveIndexView's date_list context variable.
Aymeric Augustin
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-11-27
Fixed #19239 - Added examples for generic date views
Tim Graham
2012-09-18
document changes for YearArchiveView.
Collin Anderson
2012-09-08
Updated docs for dates generic views.
Aymeric Augustin
2012-08-18
Fixed #3542 -- Add support for changing granularity on ArchiveView.
Marc Tamlyn
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