diff options
| author | Tim Graham <timograham@gmail.com> | 2017-09-02 21:46:19 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-02 21:47:01 -0400 |
| commit | 2fc5a5bfe3b5ca5c4f2d8affd1be041497827eab (patch) | |
| tree | c0a7464064ed770a29793920e862583102ce8c8d /docs/ref/templates | |
| parent | 2470756de0b21c1ff15758a88e167d08da23e5f7 (diff) | |
Removed stray versionadded/changed annotations for 1.10.
Diffstat (limited to 'docs/ref/templates')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 49375e0c0b..c4ad02f529 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1468,11 +1468,6 @@ used. Assuming the same settings as the previous example:: outputs ``9 de Enero de 2008`` (the ``DATE_FORMAT`` format specifier for the ``es`` locale is ``r'j \d\e F \d\e Y'``. -.. versionchanged:: 1.10 - - In older versions, the :setting:`DATE_FORMAT` setting (without - localization) is always used when a format string isn't given. - You can combine ``date`` with the :tfilter:`time` filter to render a full representation of a ``datetime`` value. E.g.:: @@ -2185,11 +2180,6 @@ is the same as:: {{ value|time:"TIME_FORMAT" }} -.. versionchanged:: 1.10 - - In older versions, the :setting:`TIME_FORMAT` setting (without - localization) is always used when a format string isn't given. - .. templatefilter:: timesince ``timesince`` |
