jazzband / django-formtools

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

Make code more resilient to a non-existing step #132

Closed rixx closed 5 years ago

rixx commented 5 years ago

Is there anything I should add or change? I'm happy to work with you to get this merged.

rixx commented 5 years ago

Ping? This is a real-life issue for me, and I'd like to stop running a patched library. Anything I can do to get this merged?

claudep commented 5 years ago

Yes, you can, by adding tests!

rixx commented 5 years ago

Done – the submitted test throws a ValueError in the current master, and returns an expected result in my patch.

claudep commented 5 years ago

Awesome, thanks! The test failures are unrelated to the patch.