jazzband / django-formtools

A set of high-level abstractions for Django forms
https://django-formtools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
801 stars 135 forks source link

2 copies FormWizard in the same browser don't work correctly (data leak) #126

Open danilovmy opened 6 years ago

danilovmy commented 6 years ago

if i use Session, the second Wizard write own data in the same session place. now I make a hash in additional field in ManagementForm for each form, but i think it should be automatically.

and the same problem was auch hier: django-formtools/issues/15

i submit this auch hier (#29435) Before issue was submitted on Trac (#22899).