index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
http
/
shortcuts.txt
Age
Commit message (
Expand
)
Author
2024-11-14
Fixed #35784 -- Added support for preserving the HTTP request method in HttpR...
Lorenzo Peña
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2023-07-24
Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts.
Olivier Tabone
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2021-11-24
Fixed #33298 -- Added docs and tests for using Q objects with get_object_or_4...
mgaligniana
2019-05-24
Fixed #30504 -- Corrected redirect() signature in docs.
Shashank Parekh
2019-01-17
Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.
Tim Graham
2019-01-17
Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.
Tim Graham
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2018-07-07
Removed usage of 'object' variable name in docs.
Harry Moreno
2017-02-11
Fixed #25978 -- Deprecated shorcuts.render_to_response().
Tim Graham
2016-06-03
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-23
Refs #25963 -- Fixed typo in docs/topics/http/shortcuts.txt
Alasdair Nicol
2015-12-23
Fixed #25854 -- Removed deprecated usage of template.render() with RequestCon...
Alasdair Nicol
2015-12-23
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
Tim Graham
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
Removed dictionary and context_instance parameters for render functions.
Tim Graham
2015-09-23
Removed dirs parameter in template engine methods and related funtions.
Tim Graham
2015-09-23
Removed current_app argument to render() and TemplateResponse().
Tim Graham
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-08
Fixed #24763 -- Moved DoesNotExist exception to model docs.
David Krisch
2015-02-03
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-16
Fixed #24143 -- Encouraged use of Http404 messages for debugging.
Keryn Knight
2015-01-10
Wrote main documentation for templates.
Aymeric Augustin
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2014-12-28
Deprecated some arguments of django.shortcuts.render(_to_response).
Aymeric Augustin
2014-11-23
Deprecated dirs argument to override TEMPLATE_DIRS.
Aymeric Augustin
2014-08-06
Removed a doc reference to the deprecated `mimetype` kwarg.
Mohammed Attia
2014-02-14
Fixed #21177 -- Made resolve_url support relative URLs.
Antoine Catton
2013-12-13
Fixed #21580 -- Clarified why render() does not return a TemplateResponse obj...
johannes-gehrs
2013-11-19
Added more examples to the get_object_or_404 documentation.
Baptiste Mispelon
2013-11-15
Fixed #21440 -- Typo #2 in topics/http/shortcuts.txt
Tim Graham
2013-11-15
Fixed #21440 -- Typo in topics/http/shortcuts.txt
Tim Graham
2013-10-14
Fixed #21264 -- Incorrect RST usage in docs
Bouke Haarsma
2013-09-18
Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...
Berker Peksag
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-15
Fixed some ReST errors regarding backticks
Tim Graham
2013-06-24
Clarified get_list_or_404 docs, refs #14150.
Tim Graham
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-22
Added missing markup to docs.
Tim Graham
2013-01-31
Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.
Aymeric Augustin
2012-11-02
Fixed #19225 -- Typo in shortcuts docs.
Aymeric Augustin
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-06-27
Fixed #18369 - Fixed argument name in render() function; thanks qsolo825@ for...
Tim Graham
[next]