﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31270	Documentation for RedirectView.get_redirect_url() doesn't describe its arguments.	Baptiste Mispelon	Hasan Ramezani	"The documentation for `RedirectView.get_redirect_url()` [1] shows that the method takes `*args, **kwargs` as arguments but doesn't explain what those are exactly.

I had to look at the code to be sure: `args` and `kwargs` are the groups captured in the URL. That's what I expected and it might be obvious but I still think it should be mentioned in this reference documentation.

I don't have immediate plans to work on this, anyone can pick this up. The file to modify is in `docs/ref/class-based-views/base.txt` [2].


[1] https://docs.djangoproject.com/en/dev/ref/class-based-views/base/#django.views.generic.base.RedirectView.get_redirect_url
[2] https://github.com/django/django/blob/master/docs/ref/class-based-views/base.txt#L259"	Cleanup/optimization	closed	Documentation	3.0	Normal	fixed			Ready for checkin	1	0	0	0	1	0
