diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-11-04 01:14:58 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-11-04 01:14:58 +0000 |
| commit | 0e59bf42cf7641cc044ad875587459ce7e0b5325 (patch) | |
| tree | bedc8a3199d3ebd2454fc9e8460d331bdd280138 /docs | |
| parent | 2a48fc5007b9fc04f6483ddf022d504bd11e0826 (diff) | |
Fixed #5869 -- Corrected documentation for `now` template tag's "r" format character. Thanks, xavier.morel@masklinn.net.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6640 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates.txt b/docs/templates.txt index 5d5f657747..39735fcbed 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -740,7 +740,7 @@ Available format strings: if they're zero and the special-case strings 'midnight' and 'noon' if appropriate. Proprietary extension. - r RFC 822 formatted date. ``'Thu, 21 Dec 2000 16:01:07 +0200'`` + r RFC 2822 formatted date. ``'Thu, 21 Dec 2000 16:01:07 +0200'`` s Seconds, 2 digits with leading zeros. ``'00'`` to ``'59'`` S English ordinal suffix for day of the ``'st'``, ``'nd'``, ``'rd'`` or ``'th'`` month, 2 characters. |
