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

Run a validation in the done method #106

Open karimone opened 7 years ago

karimone commented 7 years ago

I run the validation for every step, but during the compiling the is possible, even if it's a border line situation, that one of the steps is now not valide cause a change on the server from another user. Is there a way to run the validation in all the steps in the done method?

Thank you

guillenotfound commented 7 years ago

Hey @karimone !

Done should be the way to validate date on each step, however It's not being called on my app, just defined the templates, overwrite done function but no result, any tips?