summaryrefslogtreecommitdiff
path: root/tests/shortcuts
AgeCommit message (Expand)Author
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-03[1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2015-01-12Fixed #24124 (again) -- Updated tests with new default context_processors.Aymeric Augustin
2015-01-07Restored support for multiple template names in render(_to_response).Aymeric Augustin
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.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-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-11-23Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin
2014-11-22Silenced a flake8 warning.Berker Peksag
2014-11-22Avoided rewrapping Contexts in render_to_response.Aymeric Augustin
2014-11-22Moved tests for render shortcuts to their own app.Aymeric Augustin