Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
carltongibson opened this issue Mar 28, 2024 · 0 comments · Fixed by #2085
Closed

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

carltongibson opened this issue Mar 28, 2024 · 0 comments · Fixed by #2085

Comments

@carltongibson
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant