diff options
| author | Ian Lee <IanLee1521@gmail.com> | 2015-02-23 20:13:31 -0800 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2015-02-24 00:35:06 -0500 |
| commit | 089dcbc26687d0884f9f8556b02f91b1c03eea93 (patch) | |
| tree | 76fb43da7b1a4da5ddcb18ae9612ac009452765c | |
| parent | 778ccee9bc83f986dc4b395a22c86de9bad88af7 (diff) | |
[1.6.x] Added a missing backtick in form wizard docs.
Backport of 56aa6fc00b7c6efcd02fcd9944b5d20cc8131ac9 from stable/1.7.x
| -rw-r--r-- | docs/ref/contrib/formtools/form-wizard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/formtools/form-wizard.txt b/docs/ref/contrib/formtools/form-wizard.txt index 520ee9509f..0591788ebf 100644 --- a/docs/ref/contrib/formtools/form-wizard.txt +++ b/docs/ref/contrib/formtools/form-wizard.txt @@ -304,7 +304,7 @@ The ``urls.py`` file would contain something like:: .. versionchanged:: 1.6 -The ``condition_dict`` can be passed as attribute for the ``as_view()` +The ``condition_dict`` can be passed as attribute for the ``as_view()`` method or as a class attribute named ``condition_dict``:: class OrderWizard(WizardView): |
