updated documentation
It seems like a lot of the documentation could be more up to date and maybe differentiate better between different django versions. Specifically, if you look at urlconf/urlpatterns examples and the examples are all for django 1.x and you are only used to 2.x, that is quite confusing. Another example I found was that just subclassing WizardView did not work. Then somewhere on Stackoverflow I found an answer that suggested that in most cases you should only subclass SessionWizardView or one of its siblings, which imo is not clear in the documentation at all. Would you be open to pull requests to update the documentation and is formtools even still continued/updated or is it basically dead?
Hi @step21 – updates to the documentation are very welcome! I recently ran into similar problems, and even small improvements would go a long way.