django/tests/test_utils
Unai Zalakain 72f63bd24d Fixed #17529 -- get_template_from_string default arguments break
``get_template_from_string`` default arguments were breaking
``assertTemplateUsed``. The solution has been to return only the names of the
templates with a ``name`` attribute distinct of ``None``. The default ``name``
kwarg of ``Template`` has been changed to ``None``, more pythonic than ``'<Unknown
Template>'``.
2013-11-08 17:10:37 +01:00
..
fixtures
templates/template_used
__init__.py
doctest_output.py Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-02 12:11:02 +02:00
models.py Fixing E302 Errors 2013-11-02 23:48:47 -05:00
tests.py Fixed #17529 -- get_template_from_string default arguments break 2013-11-08 17:10:37 +01:00
urls.py Fixed #17529 -- get_template_from_string default arguments break 2013-11-08 17:10:37 +01:00
views.py Fixed #17529 -- get_template_from_string default arguments break 2013-11-08 17:10:37 +01:00