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

Commit ef9e1bd

Browse filesBrowse files
Christopher Grossweaverryan
authored andcommitted
move title back and move description to separate file as suggested in PR #4892
1 parent 6b42685 commit ef9e1bd
Copy full SHA for ef9e1bd

File tree

Expand file treeCollapse file tree

5 files changed

+15
-17
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+15
-17
lines changed

‎reference/forms/types/birthday.rst

Copy file name to clipboardExpand all lines: reference/forms/types/birthday.rst
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ These options inherit from the :doc:`date </reference/forms/types/date>` type:
7878

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

81-
widget
82-
~~~~~~
83-
8481
.. include:: /reference/forms/types/options/date_widget.rst.inc
8582

8683
These options inherit from the :doc:`form </reference/forms/types/form>` type:

‎reference/forms/types/date.rst

Copy file name to clipboardExpand all lines: reference/forms/types/date.rst
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ Alternatively, you can specify a string to be displayed for the "blank" value::
115115

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

118-
widget
119-
~~~~~~
120-
121118
.. include:: /reference/forms/types/options/date_widget.rst.inc
122119

123120
.. include:: /reference/forms/types/options/years.rst.inc

‎reference/forms/types/datetime.rst

Copy file name to clipboardExpand all lines: reference/forms/types/datetime.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ for more details.
6161
date_widget
6262
~~~~~~~~~~~
6363

64-
.. include:: /reference/forms/types/options/date_widget.rst.inc
64+
.. include:: /reference/forms/types/options/date_widget_description.rst.inc
6565

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

+3-10Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
**type**: ``string`` **default**: ``choice``
1+
widget
2+
~~~~~~
23

3-
The basic way in which this field should be rendered. Can be one of the following:
4-
5-
* ``choice``: renders three select inputs. The order of the selects is defined
6-
in the `format`_ option.
7-
8-
* ``text``: renders a three field input of type ``text`` (month, day, year).
9-
10-
* ``single_text``: renders a single input of type ``date``. User's input is
11-
validated based on the `format`_ option.
4+
.. include:: /reference/forms/types/options/date_widget_description.rst.inc
+11Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
**type**: ``string`` **default**: ``choice``
2+
3+
The basic way in which this field should be rendered. Can be one of the following:
4+
5+
* ``choice``: renders three select inputs. The order of the selects is defined
6+
in the `format`_ option.
7+
8+
* ``text``: renders a three field input of type ``text`` (month, day, year).
9+
10+
* ``single_text``: renders a single input of type ``date``. User's input is
11+
validated based on the `format`_ option.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.