Open edgaru opened 7 years ago
I solved it using wizard.storage.current_step instead wizard.steps.current.
This problem was reintroduced for me in 2.4 and using wizard.storage.current_step
does not fix it.
The example at https://django-formtools.readthedocs.io/en/latest/wizard.html#conditionally-view-skip-specific-steps
does not work with version 2.4 due to this
Is there a version where this is not an issue?
Is there a version where this is not an issue?
Version 2.3 does not seem to be affected; instead, I confirm that updating to 2.4 breaks the example.
When I use wizard.steps.current into a conditionally function I get maximum recursion depth exceeded.
Code Example:
Traceback: