summaryrefslogtreecommitdiff
path: root/tests/shortcuts
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-073-45/+62
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-2/+2
* Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.Tim Graham2019-01-173-85/+1
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-11/+11
* Fixed #25978 -- Deprecated shorcuts.render_to_response().Tim Graham2017-02-112-35/+41
* Removed unused view and url from shortcuts tests.Alasdair Nicol2016-04-122-8/+0
* Removed support for passing a context to a generic Template.render().Tim Graham2015-09-231-12/+1
* Removed dictionary and context_instance parameters for render functions.Tim Graham2015-09-233-31/+1
* Removed dirs parameter in template engine methods and related funtions.Tim Graham2015-09-234-30/+0
* Removed current_app argument to render() and TemplateResponse().Tim Graham2015-09-233-28/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-8/+8
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-3/+2
* Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin2015-02-035-0/+46
* Fixed #24124 (again) -- Updated tests with new default context_processors.Aymeric Augustin2015-01-122-7/+6
* Restored support for multiple template names in render(_to_response).Aymeric Augustin2015-01-073-0/+32
* 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