summaryrefslogtreecommitdiff
path: root/tests/shortcuts
Commit message (Expand)AuthorAgeFilesLines
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-23/+15
* Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin2014-12-281-1/+0
* Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin2014-12-281-2/+2
* Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin2014-12-281-5/+15
* Moved context_processors from django.core to django.template.Aymeric Augustin2014-12-281-1/+1
* Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin2014-11-231-2/+8
* Silenced a flake8 warning.Berker Peksag2014-11-221-0/+1
* Avoided rewrapping Contexts in render_to_response.Aymeric Augustin2014-11-223-0/+19
* Moved tests for render shortcuts to their own app.Aymeric Augustin2014-11-226-0/+171