Loading docs/ref/settings.txt +9 −9 Original line number Diff line number Diff line Loading @@ -447,7 +447,7 @@ Default: ``'N j, Y'`` (e.g. ``Feb. 4, 2003``) The default formatting to use for displaying date fields in any part of the system. Note that if :setting:`USE_L10N` is set to ``True``, then the locale-dictated format has higher precedence and will be applied instead. See :ttag:`allowed date format strings <now>`. :tfilter:`allowed date format strings <date>`. .. versionchanged:: 1.2 This setting can now be overriden by setting ``USE_L10N`` to ``True``. Loading Loading @@ -487,7 +487,7 @@ Default: ``'N j, Y, P'`` (e.g. ``Feb. 4, 2003, 4 p.m.``) The default formatting to use for displaying datetime fields in any part of the system. Note that if :setting:`USE_L10N` is set to ``True``, then the locale-dictated format has higher precedence and will be applied instead. See :ttag:`allowed date format strings <now>`. :tfilter:`allowed date format strings <date>`. .. versionchanged:: 1.2 This setting can now be overriden by setting ``USE_L10N`` to ``True``. Loading Loading @@ -1161,7 +1161,7 @@ drilldown, the header for a given day displays the day and month. Different locales have different formats. For example, U.S. English would say "January 1," whereas Spanish might say "1 Enero." See :ttag:`allowed date format strings <now>`. See also ``DATE_FORMAT``, See :tfilter:`allowed date format strings <date>`. See also ``DATE_FORMAT``, ``DATETIME_FORMAT``, ``TIME_FORMAT`` and ``YEAR_MONTH_FORMAT``. .. setting:: NUMBER_GROUPING Loading Loading @@ -1403,7 +1403,7 @@ Default: ``m/d/Y`` (e.g. ``12/31/2003``) An available formatting that can be used for displaying date fields on templates. Note that if :setting:`USE_L10N` is set to ``True``, then the corresponding locale-dictated format has higher precedence and will be applied. See :ttag:`allowed date format strings <now>`. See :tfilter:`allowed date format strings <date>`. See also ``DATE_FORMAT`` and ``SHORT_DATETIME_FORMAT``. Loading @@ -1419,7 +1419,7 @@ Default: ``m/d/Y P`` (e.g. ``12/31/2003 4 p.m.``) An available formatting that can be used for displaying datetime fields on templates. Note that if :setting:`USE_L10N` is set to ``True``, then the corresponding locale-dictated format has higher precedence and will be applied. See :ttag:`allowed date format strings <now>`. See :tfilter:`allowed date format strings <date>`. See also ``DATE_FORMAT`` and ``SHORT_DATETIME_FORMAT``. Loading Loading @@ -1559,7 +1559,7 @@ Default: ``'P'`` (e.g. ``4 p.m.``) The default formatting to use for displaying time fields in any part of the system. Note that if :setting:`USE_L10N` is set to ``True``, then the locale-dictated format has higher precedence and will be applied instead. See :ttag:`allowed date format strings <now>`. :tfilter:`allowed date format strings <date>`. .. versionchanged:: 1.2 This setting can now be overriden by setting ``USE_L10N`` to ``True``. Loading Loading @@ -1713,7 +1713,7 @@ drilldown, the header for a given month displays the month and the year. Different locales have different formats. For example, U.S. English would say "January 2006," whereas another locale might say "2006/January." See :ttag:`allowed date format strings <now>`. See also ``DATE_FORMAT``, See :tfilter:`allowed date format strings <date>`. See also ``DATE_FORMAT``, ``DATETIME_FORMAT``, ``TIME_FORMAT`` and ``MONTH_DAY_FORMAT``. Deprecated settings Loading Loading
docs/ref/settings.txt +9 −9 Original line number Diff line number Diff line Loading @@ -447,7 +447,7 @@ Default: ``'N j, Y'`` (e.g. ``Feb. 4, 2003``) The default formatting to use for displaying date fields in any part of the system. Note that if :setting:`USE_L10N` is set to ``True``, then the locale-dictated format has higher precedence and will be applied instead. See :ttag:`allowed date format strings <now>`. :tfilter:`allowed date format strings <date>`. .. versionchanged:: 1.2 This setting can now be overriden by setting ``USE_L10N`` to ``True``. Loading Loading @@ -487,7 +487,7 @@ Default: ``'N j, Y, P'`` (e.g. ``Feb. 4, 2003, 4 p.m.``) The default formatting to use for displaying datetime fields in any part of the system. Note that if :setting:`USE_L10N` is set to ``True``, then the locale-dictated format has higher precedence and will be applied instead. See :ttag:`allowed date format strings <now>`. :tfilter:`allowed date format strings <date>`. .. versionchanged:: 1.2 This setting can now be overriden by setting ``USE_L10N`` to ``True``. Loading Loading @@ -1161,7 +1161,7 @@ drilldown, the header for a given day displays the day and month. Different locales have different formats. For example, U.S. English would say "January 1," whereas Spanish might say "1 Enero." See :ttag:`allowed date format strings <now>`. See also ``DATE_FORMAT``, See :tfilter:`allowed date format strings <date>`. See also ``DATE_FORMAT``, ``DATETIME_FORMAT``, ``TIME_FORMAT`` and ``YEAR_MONTH_FORMAT``. .. setting:: NUMBER_GROUPING Loading Loading @@ -1403,7 +1403,7 @@ Default: ``m/d/Y`` (e.g. ``12/31/2003``) An available formatting that can be used for displaying date fields on templates. Note that if :setting:`USE_L10N` is set to ``True``, then the corresponding locale-dictated format has higher precedence and will be applied. See :ttag:`allowed date format strings <now>`. See :tfilter:`allowed date format strings <date>`. See also ``DATE_FORMAT`` and ``SHORT_DATETIME_FORMAT``. Loading @@ -1419,7 +1419,7 @@ Default: ``m/d/Y P`` (e.g. ``12/31/2003 4 p.m.``) An available formatting that can be used for displaying datetime fields on templates. Note that if :setting:`USE_L10N` is set to ``True``, then the corresponding locale-dictated format has higher precedence and will be applied. See :ttag:`allowed date format strings <now>`. See :tfilter:`allowed date format strings <date>`. See also ``DATE_FORMAT`` and ``SHORT_DATETIME_FORMAT``. Loading Loading @@ -1559,7 +1559,7 @@ Default: ``'P'`` (e.g. ``4 p.m.``) The default formatting to use for displaying time fields in any part of the system. Note that if :setting:`USE_L10N` is set to ``True``, then the locale-dictated format has higher precedence and will be applied instead. See :ttag:`allowed date format strings <now>`. :tfilter:`allowed date format strings <date>`. .. versionchanged:: 1.2 This setting can now be overriden by setting ``USE_L10N`` to ``True``. Loading Loading @@ -1713,7 +1713,7 @@ drilldown, the header for a given month displays the month and the year. Different locales have different formats. For example, U.S. English would say "January 2006," whereas another locale might say "2006/January." See :ttag:`allowed date format strings <now>`. See also ``DATE_FORMAT``, See :tfilter:`allowed date format strings <date>`. See also ``DATE_FORMAT``, ``DATETIME_FORMAT``, ``TIME_FORMAT`` and ``MONTH_DAY_FORMAT``. Deprecated settings Loading