Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add possible values for widget_type #4892

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
move title out of included file as suggested in PR #4892
  • Loading branch information
Christopher Gross committed Mar 23, 2015
commit 03ce572134cb689f92f135281b7181507023edb8
3 changes: 3 additions & 0 deletions 3 reference/forms/types/birthday.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ These options inherit from the :doc:`date </reference/forms/types/date>` type:

.. include:: /reference/forms/types/options/view_timezone.rst.inc

widget
~~~~~~

.. include:: /reference/forms/types/options/date_widget.rst.inc

These options inherit from the :doc:`form </reference/forms/types/form>` type:
Expand Down
3 changes: 3 additions & 0 deletions 3 reference/forms/types/date.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ Alternatively, you can specify a string to be displayed for the "blank" value::

.. include:: /reference/forms/types/options/view_timezone.rst.inc

widget
~~~~~~

.. include:: /reference/forms/types/options/date_widget.rst.inc

.. include:: /reference/forms/types/options/years.rst.inc
Expand Down
6 changes: 1 addition & 5 deletions 6 reference/forms/types/datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ for more details.
date_widget
~~~~~~~~~~~

**type**: ``string`` **default**: ``choice``

Defines the ``widget`` option for the :doc:`date </reference/forms/types/date>` type.
Possible values: ``single_text`` (display as text field), ``choice`` (provide select
boxes for day, month and year)
.. include:: /reference/forms/types/options/date_widget.rst.inc

.. include:: /reference/forms/types/options/days.rst.inc

Expand Down
3 changes: 0 additions & 3 deletions 3 reference/forms/types/options/date_widget.rst.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
widget
~~~~~~

**type**: ``string`` **default**: ``choice``

The basic way in which this field should be rendered. Can be one of the following:
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.