mirror of https://github.com/django/django.git
Removed unused ForNode.__iter__().
Unknown if it was ever used.
This commit is contained in:
parent
0edff2107f
commit
cf59392e16
|
@ -151,10 +151,6 @@ class ForNode(Node):
|
||||||
reversed_text,
|
reversed_text,
|
||||||
)
|
)
|
||||||
|
|
||||||
def __iter__(self):
|
|
||||||
yield from self.nodelist_loop
|
|
||||||
yield from self.nodelist_empty
|
|
||||||
|
|
||||||
def render(self, context):
|
def render(self, context):
|
||||||
if 'forloop' in context:
|
if 'forloop' in context:
|
||||||
parentloop = context['forloop']
|
parentloop = context['forloop']
|
||||||
|
|
Loading…
Reference in New Issue