From ea8af819ab5348c7521c253e8e8f55efaeee181c Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Thu, 16 Feb 2012 02:06:59 +0000 Subject: [PATCH] Corrected a sentence fragment in the release notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17528 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.4-beta-1.txt | 4 ++-- docs/releases/1.4.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/releases/1.4-beta-1.txt b/docs/releases/1.4-beta-1.txt index 124a5353ae..a3b8ef07d5 100644 --- a/docs/releases/1.4-beta-1.txt +++ b/docs/releases/1.4-beta-1.txt @@ -504,8 +504,8 @@ project, there is a :ref:`migration guide `. Two new date format strings ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Two new :tfilter:`date` formats for use in template filters, template tags -and :ref:`format-localization`: +Two new :tfilter:`date` formats were added for use in template filters, +template tags and :ref:`format-localization`: - ``e`` -- the name of the timezone of the given datetime object - ``o`` -- the ISO 8601 year number diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt index 862e109632..1932b94fca 100644 --- a/docs/releases/1.4.txt +++ b/docs/releases/1.4.txt @@ -492,8 +492,8 @@ documentation` for more. Two new date format strings ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Two new :tfilter:`date` formats for use in template filters, template tags -and :ref:`format-localization`: +Two new :tfilter:`date` formats were added for use in template filters, +template tags and :ref:`format-localization`: - ``e`` -- the name of the timezone of the given datetime object - ``o`` -- the ISO 8601 year number