summaryrefslogtreecommitdiff
path: root/docs/ref/generic-views.txt
AgeCommit message (Expand)Author
2010-01-10Fixed: 3274: Added date_list context variable to the archive_month generic vi...Karen Tracey
2010-01-10Fixed #12047 -- Fixed typo in generic views documentation. Thanks, schicklerAdrian Holovaty
2009-12-26Fixed #9465 -- Simplified API Reference documentation titles for easier looku...Gary Wilson Jr
2009-06-18Refs #11336 -- Another dummy commit to force refresh of some index pages by S...Russell Keith-Magee
2009-06-17Fixed #10336 -- Added improved documentation of generic views. Thanks to Jaco...Russell Keith-Magee
2008-12-09Documented how to handle '%' characters in redirect_to() URL strings (even inMalcolm Tredinnick
2008-12-09The "permanent" parameter to redirect_to (r9594) is new in Django 1.1. Noted asMalcolm Tredinnick
2008-12-08Added a 'permanent' argument the simple.redirect_to() generic view. It's True...Adrian Holovaty
2008-11-01Fixed #9487 -- Corrected several links into the Python docs that were broken ...Karen Tracey
2008-09-03Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro.Jacob Kaplan-Moss
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss