Skip to content

Commit

Permalink
Fixed #19024 -- Corrected form wizard docs for get_form_prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev authored and claudep committed Jan 12, 2013
1 parent 97121cb commit 17f8496
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/ref/contrib/formtools/form-wizard.txt
Expand Up @@ -318,11 +318,11 @@ Advanced ``WizardView`` methods
counter as string representing the current step of the wizard. (E.g., the
first form is ``'0'`` and the second form is ``'1'``)

.. method:: WizardView.get_form_prefix(step)
.. method:: WizardView.get_form_prefix(step, form)

Given the step, returns a form prefix to use. By default, this simply uses
the step itself. For more, see the :ref:`form prefix documentation
<form-prefix>`.
Given the step and the form class which will be called with the returned
form prefix. By default, this simply uses the step itself.
For more, see the :ref:`form prefix documentation <form-prefix>`.

.. method:: WizardView.get_form_initial(step)

Expand Down

0 comments on commit 17f8496

Please sign in to comment.