From bd13cfa917d3cc4dc854fc0d486adcb45f5b551a Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 13 Feb 2012 20:57:44 +0000 Subject: 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 --- docs/ref/templates/builtins.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/ref') 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" }} -- cgit v1.3