summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/generic-editing.txt
AgeCommit message (Expand)Author
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