From 089dcbc26687d0884f9f8556b02f91b1c03eea93 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Mon, 23 Feb 2015 20:13:31 -0800 Subject: [PATCH] [1.6.x] Added a missing backtick in form wizard docs. Backport of 56aa6fc00b7c6efcd02fcd9944b5d20cc8131ac9 from stable/1.7.x --- docs/ref/contrib/formtools/form-wizard.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):