We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758a205 commit dd4b1aaCopy full SHA for dd4b1aa
channels/routing.py
@@ -73,7 +73,7 @@ def _parse_resolver(child_url_pattern, parent_resolver, parent_regex, routes):
73
list[URLPattern]
74
The URLPattern's list that stores the routes
75
"""
76
- if not child_url_pattern.callback and isinstance(child_url_pattern, URLResolver):
+ if isinstance(child_url_pattern, URLResolver):
77
# parse the urls resolved by django's `include` function
78
for url_pattern in child_url_pattern.url_patterns:
79
# call _parse_resolver recurrsively to parse nested URLResolver
0 commit comments