django-multiurl
django-multiurl copied to clipboard
Have you ever wanted multiple views to match to the same URL? Now you can.
Hi @raiderrobert We're using your multiurl library, thanks for that btw :) While using we ran into the problem of not having the right `request.resolver_match` later. For e.g. reverse the...
I have some views wrapped by `multiurl()`. One has a form upload and I want to modify the upload handlers list on the fly as per the Django docs. I...
Added captured_kwargs and extra_kwargs variables to make multiurl package Django 4.2 compatible