django-formwizard icon indicating copy to clipboard operation
django-formwizard copied to clipboard

NamedUrlWizardView lacks support of additional keyword arguments.

Open lukasbuenger opened this issue 13 years ago • 0 comments

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

lukasbuenger avatar Oct 22 '11 13:10 lukasbuenger