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
/
tests
/
shortcuts
Age
Commit message (
Expand
)
Author
2024-11-14
Fixed #35784 -- Added support for preserving the HTTP request method in HttpR...
Lorenzo Peña
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2019-01-17
Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.
Tim Graham
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2017-02-11
Fixed #25978 -- Deprecated shorcuts.render_to_response().
Tim Graham
2016-04-12
Removed unused view and url from shortcuts tests.
Alasdair Nicol
2015-09-23
Removed support for passing a context to a generic Template.render().
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-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2015-01-12
Fixed #24124 (again) -- Updated tests with new default context_processors.
Aymeric Augustin
2015-01-07
Restored support for multiple template names in render(_to_response).
Aymeric Augustin
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-28
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
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-12-28
Moved context_processors from django.core to django.template.
Aymeric Augustin
2014-11-23
Deprecated dirs argument to override TEMPLATE_DIRS.
Aymeric Augustin
2014-11-22
Silenced a flake8 warning.
Berker Peksag
2014-11-22
Avoided rewrapping Contexts in render_to_response.
Aymeric Augustin
2014-11-22
Moved tests for render shortcuts to their own app.
Aymeric Augustin