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
/
generic-display.txt
Age
Commit message (
Expand
)
Author
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-03-26
Added a pagination example to ListView docs.
AK
2017-09-25
Fixed #28627 -- Added slug converter to some path() examples in docs.
Christopher Schäpers
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
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
2015-04-24
Fixed #24695 -- Tidied up a couple of regexes in the CBV docs
Alasdair Nicol
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2013-07-11
Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txt
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-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
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-07-25
Ticket 18667: fix typo in CBV doc
Yohan Boniface
2012-06-28
Fixed a formatting issue in the CBV docs.
Aymeric Augustin
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel