> > - The more complex part is (I think) figuring out how to deal with > cases where we have a `path('/<something:int>', include(other_urls))` and > `other_urls` also has a `path()` mentioning `something`. However this > might > just be my perfectionism and paranoia seeing edge-cases where there are > none, or are sufficiently "edge" cases that we can suffice with a "just > don't do it!". > > The current resolver doesn't really handle this either. When resolving, the current implementation simply passes on the outermost capture group to the view. When reversing you can only pass in a single value that must match both groups. If you can solve it, great, but I think it's sufficient to let the underlying resolver handle it the same way.
-- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To post to this group, send email to django-developers@googlegroups.com. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/d0f9d3d9-c512-4f7e-bb54-e2bf1ce2a5eb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.