diff options
| author | Jannis Leidel <jannis@leidel.info> | 2012-02-13 20:57:44 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2012-02-13 20:57:44 +0000 |
| commit | bd13cfa917d3cc4dc854fc0d486adcb45f5b551a (patch) | |
| tree | 851a54f5045600e148c3b821c0614f96ef25aa84 /docs/ref | |
| parent | 4f1ac8f5f15f08f34dc06c7442cec50a7af31c45 (diff) | |
Added a note to the release notes about the new format strings added in r17473.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17520 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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" }} |
