mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
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
This commit is contained in:
parent
a40685fdfc
commit
319de16ff0
9 changed files with 307 additions and 268 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue