* needs_better_patch: 0 => 1
* type: => Uncategorized
* severity: => Normal
* easy: => 0
Comment:
rfc2822.3.diff fails to apply cleanly on to trunk
--
Ticket URL: <http://code.djangoproject.com/ticket/9762#comment:10>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by anonymous):
this is still a problem
--
Ticket URL: <https://code.djangoproject.com/ticket/9762#comment:13>
* cc: mmitar@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/9762#comment:14>
Comment (by anonymous):
guys, this is really annoying...
a workaround is to import the rfc2822_date from django.utils.feedgenerator
and just register it as an own filter.
--
Ticket URL: <https://code.djangoproject.com/ticket/9762#comment:15>
* needs_better_patch: 1 => 0
* component: Template system => Utilities
Comment:
Pull request available at https://github.com/django/django/pull/12122
--
Ticket URL: <https://code.djangoproject.com/ticket/9762#comment:16>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"8929afb8ec4bc2bfb95b66c05fc3ab39e3748d91" 8929afb]:
{{{
#!CommitTicketReference repository=""
revision="8929afb8ec4bc2bfb95b66c05fc3ab39e3748d91"
Fixed #9762 -- Made DateFormat.r() locale-independent.
Thanks to Antonio Melé for the original report all those years ago
and to all the contributors who helped along the way.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/9762#comment:17>