You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: