mirror of
https://github.com/django/django.git
synced 2025-09-18 16:30:01 +00:00
Fixed #26580 -- Updated references to obsolete RFC 2822.
Didn't rename django.utils.feedgenerator.rfc2822_date() as some external code may rely on it.
This commit is contained in:
parent
207c5b4acd
commit
31e0314979
3 changed files with 3 additions and 3 deletions
|
@ -293,7 +293,7 @@ class DateFormat(TimeFormat):
|
|||
return self.data.isocalendar()[0]
|
||||
|
||||
def r(self):
|
||||
"RFC 2822 formatted date; e.g. 'Thu, 21 Dec 2000 16:01:07 +0200'"
|
||||
"RFC 5322 formatted date; e.g. 'Thu, 21 Dec 2000 16:01:07 +0200'"
|
||||
return self.format('D, j M Y H:i:s O')
|
||||
|
||||
def S(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue