thatandromeda / shortimer

a webapp for code4lib jobs
http://jobs.code4lib.org
0 stars 0 forks source link

get_redirect_url signature change #29

Open thatandromeda opened 9 years ago

thatandromeda commented 9 years ago

"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?