django/tests/regressiontests/templates
Russell Keith-Magee 6eb1c58430 Added file mistakenly ommitted from r15819
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15821 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-15 09:30:01 +00:00
..
eggs
templates Added file mistakenly ommitted from r15819 2011-03-15 09:30:01 +00:00
templatetags Fixed #14960 -- Added tests for inclusion tags. Thanks to Julien Phalip for the report, and to avenet and Paul Bissex for the patch. 2011-03-15 08:20:14 +00:00
__init__.py
alternate_urls.py Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that decorators (in particular, the cache decorator) can defer processing until after rendering has occurred. Thanks to Joshua Ginsberg for the draft patch. 2011-01-24 14:24:35 +00:00
context.py
custom.py Fixed #14960 -- Added tests for inclusion tags. Thanks to Julien Phalip for the report, and to avenet and Paul Bissex for the patch. 2011-03-15 08:20:14 +00:00
filters.py
loaders.py Ensure render_to_string leaves the context instance stack in the state it was originally passed in. 2011-02-20 04:55:11 +00:00
models.py
nodelist.py
parser.py
response.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
smartif.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
tests.py Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. Thanks, DaNmarner 2011-03-14 23:00:03 +00:00
unicode.py
urls.py
views.py Fixed #15083 -- Corrected the order of TemplateResponse middleware handling, ensuring that custom URLConfs are valid, and that ResponseMiddleware is invoked if the TemplateResponseMiddleware causes errors. Thanks to Sayane for the report. 2011-01-16 15:38:03 +00:00