Hi, I saw the discussion about replacing the FormWizard in Django 1.4 in [1] and while I haven't used django-formwizard yet, I'm looking forward to seeing the new code in action.
That said, I would like to bring to your attention what seems to be a regression in the current FormWizard code on both 1.2.X and trunk (1.3). The regression resulted from the fix of issue #14498 [2] and makes it impossible to modify the list of forms dynamically, based on the user's input from previous steps. I have submitted a simple patch in [2] which, as I believe, fixes the regression. Could it be applied on trunk and on the 1.2.X branch? Thanks, stas [1] https://groups.google.com/forum/?fromgroups#!topic/django-developers/4jKTiUfBTaA/overview [2] http://code.djangoproject.com/ticket/14498 -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
