From 319de16ff0687072eefe5487b088af9e7ba11fd0 Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Wed, 16 Feb 2011 01:56:53 +0000 Subject: 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 --- docs/ref/forms/widgets.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/ref/forms') 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 -- cgit v1.3