summaryrefslogtreecommitdiff
path: root/docs/topics/http/shortcuts.txt
AgeCommit message (Expand)Author
2013-01-31Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.Aymeric Augustin
2012-11-02Fixed #19225 -- Typo in shortcuts docs.Aymeric Augustin
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-06-27Fixed #18369 - Fixed argument name in render() function; thanks qsolo825@ for...Tim Graham
2012-04-22Fixed #18159 -- added an import statement to the docs. Thanks to Jeff Hui fo...Alex Gaynor
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-06-26Fixed #16344 -- Fixed typo in render() docs. Thanks, Jure Cuhalev.Jannis Leidel
2011-05-18Fixed #16036 -- corrected the argument name for render_to_response in the ref...Gabriel Hurley
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-03-29Fixed #15710 - removed "that that" typos.Timo Graham
2011-03-08Fixed #15558 -- Improved QuerySet reference docs and cleaned up numerous reST...Gabriel Hurley
2011-03-04Fixed #15557 -- removed an extra backtick from the `topics/http/shortcuts`. T...Gabriel Hurley
2011-01-05Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...Jannis Leidel
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-22Fixed #14936 -- Tweaked the new render shortcut to reflect non-legacy argumen...Russell Keith-Magee
2010-12-22Added versionadded marker in doc for render function.Karen Tracey
2010-12-21Fixed #12816 -- Added a render() shortcut.Russell Keith-Magee
2010-12-05Fixed #14745 - add links to topics/http/shortucts.txt. thanks adamv for the p...Timo Graham
2010-12-04Fixed #14811 - Add clarifying note to render_to_response - thanks adamv.Timo Graham
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-02-23Fixed #12799 -- Added an extra newline to help with PDF generation of documen...Russell Keith-Magee
2009-09-12Modified r11531 to use the original suggested text from the patch (which was ...Russell Keith-Magee
2009-09-12Fixed #11589 -- Corrected an argument in the shortcuts documentation. Thanks ...Russell Keith-Magee
2009-03-31A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #...Jacob Kaplan-Moss
2009-03-31Fixed #10120 -- Added a `return` to a doc example, patch from andrews.Gary Wilson Jr
2009-03-21Added a versionadded directive to new redirect shortcut (refs #10194).Gary Wilson Jr
2009-03-21Fixed #10194: added `django.shortcuts.redirect`, a do-what-I-mean redirect sh...Jacob Kaplan-Moss
2009-02-22Fixed #10298 -- Corrected the example for the get_list_or_404 shortcut. Thank...Russell Keith-Magee
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