summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/generic-display.txt
AgeCommit 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
2015-04-24Fixed #24695 -- Tidied up a couple of regexes in the CBV docsAlasdair Nicol
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-07-11Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txtTim Graham
2013-06-14Fixed #20565 -- Added template examples for GCBV.Baptiste Darthenay
2013-06-03Fixed #20545 - Made class-based view MRO lists consistent.Tim Graham
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-09-08Fixed #18628 - Added methods/attributes to CBV docs. Thanks Daniel Greenfeld!Tim Graham
2012-08-10Create headings and expand CBV docs so that the "Built-In CBV" docs include a...Issac Kelly
2012-07-25Ticket 18667: fix typo in CBV docYohan Boniface
2012-06-28Fixed a formatting issue in the CBV docs.Aymeric Augustin
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel