Skip to content

Commit

Permalink
Fixed #19119 -- Corrected default date input formats in docs
Browse files Browse the repository at this point in the history
Thanks henrik@aisti.fi for the report.
  • Loading branch information
claudep committed Oct 13, 2012
1 parent b3b3db3 commit 10dc479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/forms/fields.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -405,7 +405,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 Additionally, if you specify :setting:`USE_L10N=False<USE_L10N>` in your settings, the
following will also be included in the default input formats:: 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' '%b %d, %Y', # 'Oct 25, 2006'
'%d %b %Y', # '25 Oct 2006' '%d %b %Y', # '25 Oct 2006'
'%d %b, %Y', # '25 Oct, 2006' '%d %b, %Y', # '25 Oct, 2006'
Expand Down

0 comments on commit 10dc479

Please sign in to comment.