📝 Test that nested URL patterns produce correct parameters (#1496)
We need to test a case like:
Router('tenants/<int:tenant_id>/', [path('users/<int:pk>/', MyController.as_view())])It might contain a bug: we should get two path parameters, not one.
#good_first_issue #help_wanted #openapi #opensource_september #django_modern_rest
sent via relator