django1/django/template
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
..
loaders Fixed the remaining E302 violations int eh django package 2013-11-02 17:37:15 -07:00
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py Fixed #17529 -- get_template_from_string default arguments break 2013-11-08 17:10:37 +01:00
context.py Fixed the remaining E302 violations int eh django package 2013-11-02 17:37:15 -07:00
debug.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
defaultfilters.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00
defaulttags.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00
loader.py Fixed the remaining E302 violations int eh django package 2013-11-02 17:37:15 -07:00
loader_tags.py Fixed the remaining E302 violations int eh django package 2013-11-02 17:37:15 -07:00
response.py Removed a few trailing backslashes. 2013-09-22 14:04:10 +02:00
smartif.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00