Corrected a sentence fragment in the release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17528 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
06da2be00f
commit
ea8af819ab
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue