Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/response.py
Commit message (Expand)AuthorAgeFilesLines
* Made template response APIs enforce the use of dict and b...Tim Graham2015-09-241-53/+2
* Removed current_app argument to render() and TemplateResp...Tim Graham2015-09-241-12/+3
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-7/+7
* Moved engine-related exceptions to django.template.except...Preston Timmons2015-05-071-5/+7
* 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-5/+8
* Accounted for multiple template engines in template respo...Aymeric Augustin2015-01-121-32/+61
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-121-0/+5
* Deprecated current_app in TemplateResponse and render(_to...Aymeric Augustin2014-12-281-3/+12
* Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PR...Tim Graham2014-11-121-1/+1
* Fixed #23789 -- TemplateResponse handles context differen...Luke Plant2014-11-101-1/+4
* Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain2014-08-191-4/+5
* Removed a few trailing backslashes.Aymeric Augustin2013-09-221-2/+1
* Removed 'mimetype' arguments from a few places, as per de...Ramiro Morales2013-06-291-6/+4
* Fixed #19262 -- Support cookie pickling in SimpleTemplate...Sean Breant2012-11-091-1/+1
* Used the decorator syntax for properties in django.httpClaude Paroz2012-08-221-7/+7
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+2
* Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse...Claude Paroz2012-06-301-7/+7
* Fixed #16935 - misleading message if AttributeError escap...Luke Plant2011-09-301-12/+0
* Fixed #16848 - Adjusted SimpleTemplateResponse.__init__ t...Carl Meyer2011-09-151-4/+8
* Fixed #16326 -- Fixed re-pickling of unpickled TemplateRe...Jannis Leidel2011-07-291-35/+41
* Fixed #16004 - csrf_protect does not send cookie if view ...Luke Plant2011-05-241-2/+5
* Fixed #15012 -- Added post-rendering callbacks to Templat...Russell Keith-Magee2011-01-241-1/+47
* Fixed #15010 -- Added current_app parameter to close gap ...Jannis Leidel2011-01-051-2/+5
* Fixed #12815 -- Added TemplateResponse, a lazy-evaluated ...Russell Keith-Magee2010-12-071-0/+108