Matthew Schinckel

Results 87 comments of Matthew Schinckel

I've just been looking to do this - and I can't find that Contexts are usable in any way, other than to inspect/create/delete them...

I did have a ticket open on the old tracker related to this. I even had a patch at some stage. Might look it up again.

I wonder if this might make the stuff @jarshwah and I have discussed before about allowing, for example, an Exists subquery to be used as a filter directly, instead of...

My solution was to have a ConfirmationForm, which is used as a step. This then requires pulling in all of the previous steps cleaned data for rendering.

@ZiFFeL1992 Do you consider this an open issue? If not, you should close it.

I'm not even sure it is possible to get the default kwargs - we'd need to introspect the task definition I guess.

I'm seeing what I believe is the same error on a Bitbucket Pipelines container.

I'm not tied to this approach, it's just a first suggestion. This also "fixes" that `get_cleaned_data_for_step` does not use `get_form_list`.

I think I’ve had similar issues. I’ll try to have a look later tonight to see how I got around it.

Okay, I've found the similar problem I came across. I think it's the "same" problem, just a different approach. I had code in `get_form_list` that needed to see cleaned data...