summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/formtools/form-wizard.txt
AgeCommit message (Expand)Author
2014-11-26Updated formtools docs to point at new package outside the Django repo.Jannis Leidel
2014-05-17Fixed #22644 -- Clarified documentation for NamedUrlWizardViewErik Romijn
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
2014-04-03Fixed #22372 -- Improved description of WizardView.get_context_data().Vishal Lal
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-22Fixed #22299 -- Cleanup wizard temp files when possible.Simon Charette
2014-03-02Fixed some typos in the documentation.Baptiste Mispelon
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-10Fixed #21994 -- Added form_dict argument to calls of WizardView.done()Julian Wachholz
2014-01-22Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2013-06-10Fixed #20578 - Typo in BaseFormSet module nameTim Graham
2013-05-31Fixed #20326 - Corrected form wizard get_form() example.Tim Graham
2013-03-30Fixed some markup in formtools docs.Tim Graham
2013-03-23Merge pull request #942 from stephrdev/trac-18000Jannis Leidel
2013-03-23Updated docs, changed versionchanged to versionadded.Stephan Jaekel
2013-03-23Added some class attributes to pass initial form lists to the WizardView with...Stephan Jaekel
2013-03-23Moved the code to handle goto requests in a extra WizardView method.Stephan Jaekel
2013-02-23Fixed #19880 - Fixed an error in the form wizard initial_dict example.Tim Graham
2013-01-15Clarified WizardView.get_form_prefix doc, refs #19024Tim Graham
2013-01-12Fixed #19024 -- Corrected form wizard docs for get_form_prefix.Stephan Jaekel
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-11-01Added WizardView.file_storage exception message and docsTim Graham
2012-11-01Fixed #19179 - Added mention of NamedUrlSessionWizard and NamedUrlCookieWizar...Tim Graham
2012-10-07Added section about URL reversion to URL mapper document.Ramiro Morales
2012-09-15Added an example of using a form wizard with different templates; thanks Lori...Tim Graham
2012-08-19Fixed typo in form wizard docs.Tim Graham
2012-08-17Fixed #18696 - Clarified WizardView heading; thanks sergzach.Tim Graham
2012-06-22Corrected the `instance_dict` description for form wizards.Florian Apolloner
2012-05-17Added load i18n code to the base wizard form template documentation as it use...Jeremy Cowgar
2011-12-19Fixed #17163 -- Added the `NamedUrlWizardView.get_step_url()` method. Thanks,...Julien Phalip
2011-12-19Fixed #17162 -- Removed the useless `WizardView.get_wizard_name()` method. Th...Julien Phalip
2011-12-19Fixed #17151 -- Renamed `wizard_prev_step` to the clearer `wizard_goto_step` ...Julien Phalip
2011-12-19Fixed #17148 -- Fixed the signature of `WizardView.get_context_data()` to pla...Julien Phalip
2011-11-06Fixed #17152 -- Fixed a few anomalies in the `contrib.formtools` documentatio...Julien Phalip
2011-10-16Fixed #17023 -- Unified `WizardView` `process_step()` documentation. Thanks s...Ramiro Morales
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-26Tweaked the formwizard docs a bit more.Ramiro Morales
2011-09-26Fixed #16597 -- Added Sphinx cross-reference metadata to the form wizard docs...Ramiro Morales
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-08-13Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated whe...Jannis Leidel
2011-08-13Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.Jannis Leidel
2011-07-04Fixed #16382 -- Corrected form wizard docs to use one based step number in ex...Jannis Leidel
2011-06-14Fixed #16236 -- Added get_form_kwargs method to WizardView as a way to easily...Jannis Leidel
2011-06-01Fixed #16141 -- Fixed typos in new form wizard.Jannis Leidel
2011-06-01Fixed #9200 -- Added new form wizard to formtools based on class based views....Jannis Leidel
2011-05-15Fixed #15769 - Documented FormWizard's initial argument; thanks aimaz for the...Timo Graham
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-02-23Fixed #15375 -- clarified apparent contradiction in Form Wizard documentation...Simon Meers
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham