django / channels

Developer-friendly asynchrony for Django

Home Page:https://channels.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breakage in routing.py on django/main pre-5.1.

carltongibson opened this issue · comments

See Django issue: #35338 (Behaviour Change in URL Patterns.) – Django
Example CI run: https://github.com/django/channels/actions/runs/8467612542/job/23198786518#step:5:342

In URLRouter.__call__(), match = route.pattern.match(path) is no longer matching.