django-formtools icon indicating copy to clipboard operation
django-formtools copied to clipboard

updated documentation

Open step21 opened this issue 6 years ago • 1 comments

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?

step21 avatar Aug 01 '19 09:08 step21

Hi @step21 – updates to the documentation are very welcome! I recently ran into similar problems, and even small improvements would go a long way.

rixx avatar Sep 20 '19 09:09 rixx