diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2012-02-16 02:06:59 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2012-02-16 02:06:59 +0000 |
| commit | ea8af819ab5348c7521c253e8e8f55efaeee181c (patch) | |
| tree | e110858b6e9899093ae28b14dfa2483dd485a77d | |
| parent | 06da2be00fb371a27e10ce37821643914c93adc6 (diff) | |
Corrected a sentence fragment in the release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17528 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/releases/1.4-beta-1.txt | 4 | ||||
| -rw-r--r-- | 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 <time-zones-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<assertions>` 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 |
