"The signature of django.views.generic.base.RedirectView.get_redirect_url() has changed and now accepts positional arguments as well (_args, *_kwargs). Any unnamed captured group will now be passed to get_redirect_url() which may result in a TypeError if you don’t update the signature of your custom method."
"The signature of django.views.generic.base.RedirectView.get_redirect_url() has changed and now accepts positional arguments as well (_args, *_kwargs). Any unnamed captured group will now be passed to get_redirect_url() which may result in a TypeError if you don’t update the signature of your custom method."
Do we care?