django1/django/test
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
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
_doctest.py Checkout prior commit of _doctest.py 2013-11-02 20:20:53 -04:00
client.py Fixed flake8 E241 2013-11-02 21:45:40 +02:00
html.py Fixed all the E203 violations 2013-10-26 18:27:42 -07:00
runner.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00
signals.py Fixed #19031 -- Added a warning when using override_settings with 'DATABASES' 2013-07-12 07:10:18 -04:00
simple.py Fixed all E261 warnings 2013-11-02 18:20:39 -04:00
testcases.py Fixed #17529 -- get_template_from_string default arguments break 2013-11-08 17:10:37 +01:00
utils.py Merge pull request #1821 from Bouke/tickets/14170 2013-11-04 13:50:21 -08:00