summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/generic-editing.txt
AgeCommit message (Expand)Author
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
2013-01-01[1.5.X] Fixed #19520 - Corrected some misleading docs about template_name_suf...Tim Graham
2012-11-27[1.5.X] Fixed #19239 - Added examples for generic date viewsTim Graham
2012-11-13[1.5.x] Fixed #19283 -- Fixed typo in imports in CBV docs.Aymeric Augustin
2012-08-10Create headings and expand CBV docs so that the "Built-In CBV" docs include a...Issac Kelly
2012-08-04For #210, cleaned up text and formatting.Daniel Greenfeld
2012-07-15Changed myapps.models.py to myapps/models.pyDaniel Greenfeld
2012-07-15Added mention in MRO section about method/attribute inheritence. Added simple...Daniel Greenfeld
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel