Loading docs/ref/forms/fields.txt +1 −1 Original line number Diff line number Diff line Loading @@ -411,7 +411,7 @@ For each field, we describe the default widget used if you don't specify Additionally, if you specify :setting:`USE_L10N=False<USE_L10N>` in your settings, the following will also be included in the default input formats:: '%b %m %d', # 'Oct 25 2006' '%b %d %Y', # 'Oct 25 2006' '%b %d, %Y', # 'Oct 25, 2006' '%d %b %Y', # '25 Oct 2006' '%d %b, %Y', # '25 Oct, 2006' Loading Loading
docs/ref/forms/fields.txt +1 −1 Original line number Diff line number Diff line Loading @@ -411,7 +411,7 @@ For each field, we describe the default widget used if you don't specify Additionally, if you specify :setting:`USE_L10N=False<USE_L10N>` in your settings, the following will also be included in the default input formats:: '%b %m %d', # 'Oct 25 2006' '%b %d %Y', # 'Oct 25 2006' '%b %d, %Y', # 'Oct 25, 2006' '%d %b %Y', # '25 Oct 2006' '%d %b, %Y', # '25 Oct, 2006' Loading