Kaydet (Commit) 7060f777 authored tarafından Christoph Schindler's avatar Christoph Schindler Kaydeden (comit) Tim Graham

Fixed outdated TIME_FORMAT in docs/ref/templates/builtins.txt.

The format changed in 22bfc451.
üst 2a6b4e65
...@@ -2160,8 +2160,8 @@ for example, ``"de"``, then for:: ...@@ -2160,8 +2160,8 @@ for example, ``"de"``, then for::
{{ value|time:"TIME_FORMAT" }} {{ value|time:"TIME_FORMAT" }}
the output will be the string ``"01:23:00"`` (The ``"TIME_FORMAT"`` format the output will be the string ``"01:23"`` (The ``"TIME_FORMAT"`` format
specifier for the ``de`` locale as shipped with Django is ``"H:i:s"``). specifier for the ``de`` locale as shipped with Django is ``"H:i"``).
The ``time`` filter will only accept parameters in the format string that The ``time`` filter will only accept parameters in the format string that
relate to the time of day, not the date (for obvious reasons). If you need to relate to the time of day, not the date (for obvious reasons). If you need to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment