Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/shortcuts.py
Commit message (Expand)AuthorAgeFilesLines
* Removed dictionary and context_instance parameters for re...Tim Graham2015-09-241-41/+5
* Removed dirs parameter in template engine methods and rel...Tim Graham2015-09-241-7/+5
* Removed current_app argument to render() and TemplateResp...Tim Graham2015-09-241-21/+2
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fed tuples to startswith when appropriateClaude Paroz2015-03-131-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+9
* Fixed #24168 -- Allowed selecting a template engine in a ...Aymeric Augustin2015-02-031-6/+10
* Fixed #24097 -- Prevented AttributeError in redirect_to_l...Claude Paroz2015-01-101-0/+7
* Restored support for multiple template names in render(_t...Aymeric Augustin2015-01-071-2/+3
* Deprecated current_app in TemplateResponse and render(_to...Aymeric Augustin2014-12-281-1/+14
* Deprecated some arguments of django.shortcuts.render(_to_...Aymeric Augustin2014-12-281-21/+32
* Simplified implementation of django.shortcuts.render(_to_...Aymeric Augustin2014-12-281-19/+16
* Supported multiple template engines in render_to_string.Aymeric Augustin2014-12-281-3/+15
* Moved relative URL handling added in refs #21177 to a bet...Tim Graham2014-02-151-0/+6
* Changed shortcuts from being a package to just being a mo...Alex Gaynor2013-11-201-0/+162