Re: Ticket #14176

2011-01-09 Thread Chris Haines
Thanks Russ. I believe that I found the issue and I posted about it on ticket. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send e

Re: Ticket #14176

2011-01-09 Thread Russell Keith-Magee
On Mon, Jan 10, 2011 at 11:25 AM, Chris Haines wrote: > Hi Everyone, > I would like to start contributing patches to django and I had a question > about how to handle ticket #14176.  The gist of it is that the > settings.feeds dictionary changed from using a class object for values t

Ticket #14176

2011-01-09 Thread Chris Haines
Hi Everyone, I would like to start contributing patches to django and I had a question about how to handle ticket #14176. The gist of it is that the settings.feeds dictionary changed from using a class object for values to using an instance object. I can fix this bug but should the old