Skip to content

remove the pattern option in DateType #2400

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

Merged
merged 1 commit into from
Mar 31, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 0 additions & 3 deletions reference/forms/types/date.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ day, and year) or three select boxes (see the `widget_` option).
| | - `months`_ |
| | - `days`_ |
| | - `format`_ |
| | - `pattern`_ |
| | - `data_timezone`_ |
| | - `user_timezone`_ |
+----------------------+-----------------------------------------------------------------------------+
Expand Down Expand Up @@ -107,8 +106,6 @@ Alternatively, you can specify a string to be displayed for the "blank" value::

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

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

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

.. include:: /reference/forms/types/options/user_timezone.rst.inc
Expand Down
14 changes: 0 additions & 14 deletions reference/forms/types/options/date_pattern.rst.inc

This file was deleted.

2 changes: 1 addition & 1 deletion reference/forms/types/options/date_widget.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ widget
The basic way in which this field should be rendered. Can be one of the following:

* ``choice``: renders three select inputs. The order of the selects is defined
in the `pattern`_ option.
in the `format`_ option.

* ``text``: renders a three field input of type text (month, day, year).

Expand Down