summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/generic-editing.txt
AgeCommit message (Expand)Author
2013-04-15Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc.Simon Charette
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2013-01-01Fixed #19520 - Corrected some misleading docs about template_name_suffix.Tim Graham
2012-11-27Fixed #19239 - Added examples for generic date viewsTim Graham
2012-11-13Fixed #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