diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-10-13 11:17:25 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-10-13 11:17:25 +0200 |
| commit | 22742e4ac40274e8c91bdad9b8be251da50a3753 (patch) | |
| tree | 672c7ad79cce3af8d59a47ee7c0f08c79edaa8c8 /docs/ref/forms | |
| parent | 10dc4797eadc1868c794c746953036c87ed0ea73 (diff) | |
Added ref to format localization in Date[Time]Field docs
Thanks henrik@aisti.fi for the suggestion in #19119.
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/fields.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 1b209ace22..7c8d509031 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -414,6 +414,8 @@ For each field, we describe the default widget used if you don't specify '%d %B %Y', # '25 October 2006' '%d %B, %Y', # '25 October, 2006' + See also :ref:`format localization <format-localization>`. + ``DateTimeField`` ~~~~~~~~~~~~~~~~~ @@ -445,6 +447,8 @@ For each field, we describe the default widget used if you don't specify '%m/%d/%y %H:%M', # '10/25/06 14:30' '%m/%d/%y', # '10/25/06' + See also :ref:`format localization <format-localization>`. + ``DecimalField`` ~~~~~~~~~~~~~~~~ |
