Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/shortcuts/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Removed support for passing a context to a generic Templa...Tim Graham2015-09-241-12/+1
* Removed dictionary and context_instance parameters for re...Tim Graham2015-09-241-14/+0
* Removed dirs parameter in template engine methods and rel...Tim Graham2015-09-241-14/+0
* Removed current_app argument to render() and TemplateResp...Tim Graham2015-09-241-10/+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-061-1/+1
* Fixed #24168 -- Allowed selecting a template engine in a ...Aymeric Augustin2015-02-031-0/+24
* Fixed #24124 (again) -- Updated tests with new default co...Aymeric Augustin2015-01-121-6/+5
* Restored support for multiple template names in render(_t...Aymeric Augustin2015-01-071-0/+10
* 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...Aymeric Augustin2014-12-281-2/+2
* Deprecated some arguments of django.shortcuts.render(_to_...Aymeric Augustin2014-12-281-5/+15
* Moved context_processors from django.core to django.templ...Aymeric Augustin2014-12-281-1/+1
* Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin2014-11-231-2/+8
* 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/+71