Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes #14759 -- document the 'years' argument for SelectDateWidget. T…
…hanks Bartolomé Sánchez

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14685 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
SmileyChris committed Nov 23, 2010
1 parent 2efb475 commit 4c5bf6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/ref/forms/widgets.txt
Expand Up @@ -175,6 +175,13 @@ commonly used groups of widgets:
Wrapper around three select widgets: one each for month, day, and year. Wrapper around three select widgets: one each for month, day, and year.
Note that this widget lives in a separate file from the standard widgets. Note that this widget lives in a separate file from the standard widgets.


Takes one optional argument:

.. attribute:: List.years

An optional list/tuple of years to use in the "year" select box.
The default is a list containing the current year and the next 9 years.

.. code-block:: python .. code-block:: python


from django.forms.extras.widgets import SelectDateWidget from django.forms.extras.widgets import SelectDateWidget
Expand Down

0 comments on commit 4c5bf6c

Please sign in to comment.