| Age | Commit message (Expand) | Author |
| 2013-02-23 | [1.5.X] Fixed #19880 - Fixed an error in the form wizard initial_dict example. | Tim Graham |
| 2013-01-15 | [1.5.x] Clarified WizardView.get_form_prefix doc, refs #19024 | Tim Graham |
| 2013-01-12 | [1.5.x] Fixed #19024 -- Corrected form wizard docs for get_form_prefix. | Stephan Jaekel |
| 2013-01-02 | [1.5.x] Fixed #19516 - Fixed remaining broken links. | Tim Graham |
| 2012-11-01 | [1.5.X] Added WizardView.file_storage exception message and docs | Tim Graham |
| 2012-11-01 | [1.5.X] Fixed #19179 - Added mention of NamedUrlSessionWizard and NamedUrlCoo... | Tim Graham |
| 2012-10-07 | Added section about URL reversion to URL mapper document. | Ramiro Morales |
| 2012-09-15 | Added an example of using a form wizard with different templates; thanks Lori... | Tim Graham |
| 2012-08-19 | Fixed typo in form wizard docs. | Tim Graham |
| 2012-08-17 | Fixed #18696 - Clarified WizardView heading; thanks sergzach. | Tim Graham |
| 2012-06-22 | Corrected the `instance_dict` description for form wizards. | Florian Apolloner |
| 2012-06-07 | Removed references to changes made in 1.2. | Aymeric Augustin |
| 2012-05-17 | Added load i18n code to the base wizard form template documentation as it use... | Jeremy Cowgar |
| 2011-12-19 | Fixed #17163 -- Added the `NamedUrlWizardView.get_step_url()` method. Thanks,... | Julien Phalip |
| 2011-12-19 | Fixed #17162 -- Removed the useless `WizardView.get_wizard_name()` method. Th... | Julien Phalip |
| 2011-12-19 | Fixed #17151 -- Renamed `wizard_prev_step` to the clearer `wizard_goto_step` ... | Julien Phalip |
| 2011-12-19 | Fixed #17148 -- Fixed the signature of `WizardView.get_context_data()` to pla... | Julien Phalip |
| 2011-11-06 | Fixed #17152 -- Fixed a few anomalies in the `contrib.formtools` documentatio... | Julien Phalip |
| 2011-10-16 | Fixed #17023 -- Unified `WizardView` `process_step()` documentation. Thanks s... | Ramiro Morales |
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from [16... | Luke Plant |
| 2011-09-26 | Tweaked the formwizard docs a bit more. | Ramiro Morales |
| 2011-09-26 | Fixed #16597 -- Added Sphinx cross-reference metadata to the form wizard docs... | Ramiro Morales |
| 2011-09-11 | Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`... | Ramiro Morales |
| 2011-08-13 | Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated whe... | Jannis Leidel |
| 2011-08-13 | Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl. | Jannis Leidel |
| 2011-07-04 | Fixed #16382 -- Corrected form wizard docs to use one based step number in ex... | Jannis Leidel |
| 2011-06-14 | Fixed #16236 -- Added get_form_kwargs method to WizardView as a way to easily... | Jannis Leidel |
| 2011-06-01 | Fixed #16141 -- Fixed typos in new form wizard. | Jannis Leidel |
| 2011-06-01 | Fixed #9200 -- Added new form wizard to formtools based on class based views.... | Jannis Leidel |
| 2011-05-15 | Fixed #15769 - Documented FormWizard's initial argument; thanks aimaz for the... | Timo Graham |
| 2011-04-01 | Changed e-mail to email throughout documentation and codebase. The one except... | Adrian Holovaty |
| 2011-02-23 | Fixed #15375 -- clarified apparent contradiction in Form Wizard documentation... | Simon Meers |
| 2011-02-16 | Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent... | Gabriel Hurley |
| 2010-12-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham |
| 2010-10-19 | Fixed #14426 -- Removed "mysite" import statements from examples that might t... | Gabriel Hurley |
| 2010-10-14 | Fixed #14445 - Use HMAC and constant-time comparison functions where needed. | Luke Plant |
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss |
| 2010-08-07 | Fixed #8567 -- Clarified the process of instantiating FormWizards. Thanks to ... | Russell Keith-Magee |
| 2010-02-22 | Fixed #9147 -- Added `FormPreview.process_preview` customization hook. Thank... | Justin Bronn |
| 2009-12-25 | Form wizard documentation tweaks: | Gary Wilson Jr |
| 2009-10-26 | Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo... | Luke Plant |
| 2009-08-13 | Fixed #11508: Adding missing word to form wizard doc. Thanks thepointer and ... | Karen Tracey |
| 2009-03-31 | A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #... | Jacob Kaplan-Moss |
| 2008-09-18 | Fixed #9121: Corrected markup in the form preview docs. Thanks to Jarek Zgoda... | Russell Keith-Magee |
| 2008-09-09 | Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiro | Adrian Holovaty |
| 2008-09-02 | Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v... | Jacob Kaplan-Moss |
| 2008-08-31 | Fixed #8721: Clarification in docs for form previews | James Bennett |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |