summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2011-02-16 01:56:53 +0000
committerGabriel Hurley <gabehr@gmail.com>2011-02-16 01:56:53 +0000
commit319de16ff0687072eefe5487b088af9e7ba11fd0 (patch)
treecd3aaa58411c50d709b56d23ee4e9f7b97eb84af /docs/ref/forms
parenta40685fdfcdb1a4fb8769a2d68fbbae632a8cdcd (diff)
Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly centering around bad crossref targets. Thanks to Aryeh Leib Taurog for the draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15549 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/widgets.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt
index 0501b9b0d0..dbdf109134 100644
--- a/docs/ref/forms/widgets.txt
+++ b/docs/ref/forms/widgets.txt
@@ -160,6 +160,8 @@ commonly used groups of widgets:
Takes two optional arguments, ``date_format`` and ``time_format``, which
work just like the ``format`` argument for ``DateInput`` and ``TimeInput``.
+.. currentmodule:: django.forms.extras.widgets
+
.. class:: SelectDateWidget
Wrapper around three select widgets: one each for month, day, and year.
@@ -180,6 +182,7 @@ commonly used groups of widgets:
Specifying widgets
------------------
+.. currentmodule:: django.forms
.. attribute:: Form.widget