boxed / django-fastdev

An app to make it safer, faster and more fun to develop in Django
BSD 3-Clause "New" or "Revised" License
169 stars 14 forks source link

Issue 47: Need to collect nested blocks from IfNode and ForNode in addition to … #49

Closed patknight closed 1 month ago

patknight commented 1 month ago

Need to collect nested blocks from IfNode and ForNode in addition to BlockNode to pick up the conditionally defined blocks. See https://github.com/boxed/django-fastdev/issues/47#issuecomment-2408665139.

boxed commented 1 month ago

Nice. Looks good to me!