summaryrefslogtreecommitdiff
path: root/tests/regressiontests/templates/response.py
Commit message (Expand)AuthorAgeFilesLines
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-352/+0
* Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz2012-12-081-1/+2
* Fixed #19262 -- Support cookie pickling in SimpleTemplateResponseSean Breant2012-11-091-0/+15
* [py3] Compared response.content with bytes.Aymeric Augustin2012-08-141-16/+18
* Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_...Claude Paroz2012-04-091-29/+10
* Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz2012-03-301-2/+0
* Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor2011-10-131-1/+3
* Fixed #16935 - misleading message if AttributeError escapes during SimpleTemp...Luke Plant2011-09-301-4/+3
* Fixed #16326 -- Fixed re-pickling of unpickled TemplateResponse instances. Th...Jannis Leidel2011-07-291-8/+46
* Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel2011-07-131-1/+1
* Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee2011-03-031-7/+7
* Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that de...Russell Keith-Magee2011-01-241-1/+109
* Fixed #15083 -- Corrected the order of TemplateResponse middleware handling, ...Russell Keith-Magee2011-01-161-1/+28
* Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...Jannis Leidel2011-01-051-0/+7
* Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee2010-12-071-0/+174