mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed all E261 warnings
This commit is contained in:
parent
c3791463a5
commit
8eec2d93b6
152 changed files with 630 additions and 630 deletions
|
@ -853,7 +853,7 @@ class TemplateTests(TransRealMixin, TestCase):
|
|||
# Numbers as filter arguments should work
|
||||
'filter-syntax19': ('{{ var|truncatewords:1 }}', {"var": "hello world"}, "hello ..."),
|
||||
|
||||
#filters should accept empty string constants
|
||||
# filters should accept empty string constants
|
||||
'filter-syntax20': ('{{ ""|default_if_none:"was none" }}', {}, ""),
|
||||
|
||||
# Fail silently for non-callable attribute and dict lookups which
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue