diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 0bc293dcd9..1efc3e2621 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1361,6 +1361,10 @@ Z Time zone offset in seconds. The ``-43200`` to ``4320 The ``c`` and ``u`` format specification characters were added in Django 1.2. +.. versionadded:: 1.4 + +The ``e`` and ``o`` format specification characters were added in Django 1.4. + For example:: {{ value|date:"D d M Y" }} |
