Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/response.py
Commit message (Expand)AuthorAgeFilesLines
* 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