Currently fallback views (given in the view decorators or in flagged_url/urls) need to take the exact same arguments as the view they are the fallback for because the fallback is passed the same args and kwargs.
This should be handled in a more intuitive way, or at least better documented.
Currently fallback views (given in the view decorators or in
flagged_url/urls
) need to take the exact same arguments as the view they are the fallback for because the fallback is passed the same args and kwargs.This should be handled in a more intuitive way, or at least better documented.