summaryrefslogtreecommitdiff
path: root/docs/ref/generic-views.txt
AgeCommit message (Expand)Author
2011-05-29[1.3.X] Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-03-22Corrected a number of mislinked crossrefs and added a few new crossref target...Gabriel Hurley
2011-03-15Fixed #15614 -- Fixed potentially confusing URLconf examples in docs/ref/gene...Adrian Holovaty
2011-01-30Fixed #15177 -- Added note to generic views reference page indicating that th...Russell Keith-Magee
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-11-28Fixed #14798 - Clarified redirects of generic views - thanks OldTroll.Timo Graham
2010-11-26Fixes #14779 -- delete_object docs wording. Thanks OldTrollChris Beaven
2010-10-18Fixed #6735 -- Added class-based views.Russell Keith-Magee
2010-10-08Fixed #14232 -- Clarified the data type of date_list in date-based generic vi...Russell Keith-Magee
2010-10-01Fixed #14281 -- A few documentation fixes. Thanks, Ramiro and Timo.Jannis Leidel
2010-09-11Add option to redirect_to view to allow passing along the query stringMalcolm Tredinnick
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
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