django-formwizard
django-formwizard copied to clipboard
NamedUrlWizardView lacks support of additional keyword arguments.
I am currently working on a project which uses a subclass of NamedUrlWizardView in combination with a SingleObjectMixin. As you know, the mixin depends on a "pk" keyword argument, which currently doesn't get passed along the various redirect calls in the NamedUrlWizardView. Imo this should be implemented, as it's a major feature of the class-based generic view's concept on which the "new" formwizard is based.
What do you think of it?
Regards, Lukas