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
/
mixins-date-based.txt
Age
Commit message (
Expand
)
Author
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2020-06-26
Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView.
Hasan Ramezani
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2013-09-27
Fixed malformed directive in CBV date-based-mixins docs.
Carl Meyer
2013-09-21
Fixed #21133 --Clarifed documentation about strftime formatting.
Curtis Maloney
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-06
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-22
Added missing markup to docs.
Tim Graham
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-09-22
Fixed #16218 -- date_list order in generic CBVs.
Aymeric Augustin
2012-09-08
Updated docs for dates generic views.
Aymeric Augustin
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