summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/generic-editing.txt
AgeCommit message (Collapse)Author
2013-04-15Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc.Simon Charette
Thanks to mossplix for the review and bmispelon for the review.
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward.
2013-01-01Fixed #19520 - Corrected some misleading docs about template_name_suffix.Tim Graham
Thanks jnns for the report.
2012-11-27Fixed #19239 - Added examples for generic date viewsTim Graham
Thank-you Daniel Greenfeld and Scott Nixon.
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 ↵Issac Kelly
a complete list.
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 ↵Daniel Greenfeld
simple examples to Generic editing views, added index to Generic editing views and Editing mixins, added missing template_name_suffix attribute to Generic editing views.
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this.