1
0
mirror of https://github.com/django/django.git synced 2025-04-17 13:54:36 +00:00

[1.6.x] Added a missing backtick in form wizard docs.

Backport of 56aa6fc00b7c6efcd02fcd9944b5d20cc8131ac9 from stable/1.7.x
This commit is contained in:
Ian Lee 2015-02-23 20:13:31 -08:00 committed by Simon Charette
parent 778ccee9bc
commit 089dcbc266

View File

@ -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):