Re: Simple improvement suggestion for django.contrib.syndication.feeds

2007-08-08 Thread Rob Hudson
FYI: I've also contributed a patch for this ticket: http://code.djangoproject.com/ticket/3624 It adds some extra support so the feeds don't need to hit the filesystem just to pull in a simple template. -Rob On Aug 7, 4:28 am, jorjun <[EMAIL PROTECTED]> wrote: > Done. Thanks for guidance. > > >

Re: Simple improvement suggestion for django.contrib.syndication.feeds

2007-08-07 Thread jorjun
Done. Thanks for guidance. > Even if you can't generate an SVN diff, it would be better to post > this in a ticket; posting it to the list means it is more likely to > get lost in the traffic. --~--~-~--~~~---~--~~ You received this message because you are subscri

Re: Simple improvement suggestion for django.contrib.syndication.feeds

2007-08-06 Thread Russell Keith-Magee
On 8/6/07, jorjun <[EMAIL PROTECTED]> wrote: > > I have never contributed a Django patch. I am a newbie with respect to > SVN and couldn't get SVN DIFF command to produce the required output. > Please excuse pasting code changes in here. Even if you can't generate an SVN diff, it would be better

Simple improvement suggestion for django.contrib.syndication.feeds

2007-08-06 Thread jorjun
6c6,7 < from django.conf import settings --- > from django.conf import settings > from django.template import RequestContext 120c121 < title = title_tmp.render(Context({'obj': item, 'site': current_site})), --- > title = title_tmp.render(RequestContext(self.request,