summaryrefslogtreecommitdiff
path: root/django/template/response.py
AgeCommit message (Expand)Author
2020-10-07Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.Tom Carrick
2019-04-24Removed unnecessary assignments in various code.Jon Dufresne
2017-02-17Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-11-24Fixed #27517 -- Fixed charset param in SimpleTemplateResponse.__init__().Kosei Kitahara
2016-11-23Cleaned up some __getstate__() docstrings.Tim Graham
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-09-23Made template response APIs enforce the use of dict and backend-specific temp...Tim Graham
2015-09-23Removed current_app argument to render() and TemplateResponse().Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-06Moved engine-related exceptions to django.template.exceptions.Preston Timmons
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2015-01-12Accounted for multiple template engines in template responses.Aymeric Augustin
2015-01-12Deprecated passing a Context to a generic Template.render.Aymeric Augustin
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin
2014-11-12Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to h...Tim Graham
2014-11-10Fixed #23789 -- TemplateResponse handles context differently from renderLuke Plant
2014-08-19Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain
2013-09-22Removed a few trailing backslashes.Aymeric Augustin
2013-06-28Removed 'mimetype' arguments from a few places, as per deprecation TL.Ramiro Morales
2012-11-09Fixed #19262 -- Support cookie pickling in SimpleTemplateResponseSean Breant
2012-08-22Used the decorator syntax for properties in django.httpClaude Paroz
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-06-30Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse __init__Claude Paroz
2011-09-30Fixed #16935 - misleading message if AttributeError escapes during SimpleTemp...Luke Plant
2011-09-15Fixed #16848 - Adjusted SimpleTemplateResponse.__init__ to be less brittle.Carl Meyer
2011-07-29Fixed #16326 -- Fixed re-pickling of unpickled TemplateResponse instances. Th...Jannis Leidel
2011-05-24Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...Luke Plant
2011-01-24Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that de...Russell Keith-Magee
2011-01-05Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...Jannis Leidel
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee