summaryrefslogtreecommitdiff
path: root/tests/shortcuts/views.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-21/+39
* Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.Tim Graham2019-01-171-41/+1
* Removed unused view and url from shortcuts tests.Alasdair Nicol2016-04-121-7/+0
* Removed dictionary and context_instance parameters for render functions.Tim Graham2015-09-231-15/+1
* Removed dirs parameter in template engine methods and related funtions.Tim Graham2015-09-231-13/+0
* Removed current_app argument to render() and TemplateResponse().Tim Graham2015-09-231-16/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin2015-02-031-0/+17
* Restored support for multiple template names in render(_to_response).Aymeric Augustin2015-01-071-0/+20
* Silenced a flake8 warning.Berker Peksag2014-11-221-0/+1
* Avoided rewrapping Contexts in render_to_response.Aymeric Augustin2014-11-221-0/+9
* Moved tests for render shortcuts to their own app.Aymeric Augustin2014-11-221-0/+81