summaryrefslogtreecommitdiff
path: root/docs/topics/http/shortcuts.txt
AgeCommit message (Expand)Author
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-07-07Removed usage of 'object' variable name in docs.Harry Moreno
2017-02-11Fixed #25978 -- Deprecated shorcuts.render_to_response().Tim Graham
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-23Refs #25963 -- Fixed typo in docs/topics/http/shortcuts.txtAlasdair Nicol
2015-12-23Fixed #25854 -- Removed deprecated usage of template.render() with RequestCon...Alasdair Nicol
2015-12-23Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Removed dictionary and context_instance parameters for render functions.Tim Graham
2015-09-23Removed dirs parameter in template engine methods and related funtions.Tim Graham
2015-09-23Removed current_app argument to render() and TemplateResponse().Tim Graham
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-08Fixed #24763 -- Moved DoesNotExist exception to model docs.David Krisch
2015-02-03Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-16Fixed #24143 -- Encouraged use of Http404 messages for debugging.Keryn Knight
2015-01-10Wrote main documentation for templates.Aymeric Augustin
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin
2014-12-28Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin
2014-11-23Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin
2014-08-06Removed a doc reference to the deprecated `mimetype` kwarg.Mohammed Attia
2014-02-14Fixed #21177 -- Made resolve_url support relative URLs.Antoine Catton
2013-12-13Fixed #21580 -- Clarified why render() does not return a TemplateResponse obj...johannes-gehrs
2013-11-19Added more examples to the get_object_or_404 documentation.Baptiste Mispelon
2013-11-15Fixed #21440 -- Typo #2 in topics/http/shortcuts.txtTim Graham
2013-11-15Fixed #21440 -- Typo in topics/http/shortcuts.txtTim Graham
2013-10-14Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma
2013-09-18Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...Berker Peksag
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-06-24Clarified get_list_or_404 docs, refs #14150.Tim Graham
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-22Added missing markup to docs.Tim Graham
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