Closed patknight closed 1 month ago
A more comprehensive fix for issue 47: Use hasattr(x, 'child_nodelists') to generalize the search for block definitions. To paraphrase a comment in the Django source "does x quack like a nodelilst owner?"
Thanks!
A more comprehensive fix for issue 47: Use hasattr(x, 'child_nodelists') to generalize the search for block definitions. To paraphrase a comment in the Django source "does x quack like a nodelilst owner?"