django1/django/test
Aymeric Augustin 2133f3157e Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Specifically in rendering shortcuts, template responses, and class-based
views that return template responses.

Also added a test for render_to_response(status=...) which was missing
from fdbfc980.

Thanks Tim and Carl for the review.
2015-02-03 08:29:45 +01:00
..
__init__.py Added ignore_warnings decorator 2014-12-30 18:16:25 +01:00
client.py Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
html.py Fixed all the E203 violations 2013-10-26 18:27:42 -07:00
runner.py Fixed #24118 -- Added --debug-sql option for tests. 2015-01-12 08:16:08 +00:00
signals.py Added initial support for loading template engines. 2014-12-28 16:08:31 +01:00
testcases.py Removed extraneous super call in LiveServerTestCase 2015-01-03 10:13:20 +01:00
utils.py Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:29:45 +01:00