summaryrefslogtreecommitdiff
path: root/tests/regressiontests/templates/response.py
AgeCommit message (Expand)Author
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-09-30Fixed #16935 - misleading message if AttributeError escapes during SimpleTemp...Luke Plant
2011-07-29Fixed #16326 -- Fixed re-pickling of unpickled TemplateResponse instances. Th...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-01-24Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that de...Russell Keith-Magee
2011-01-16Fixed #15083 -- Corrected the order of TemplateResponse middleware handling, ...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