Re: "tuple' object has no attribute 'get'"

2006-06-18 Thread Don Arbow
On Jun 18, 2006, at 5:11 AM, Frankie Robertson wrote: > > One of the nice things about python is that trailing commas are > completely legal. Yes, but this was not a trailing comma within the tuple, but at the end of the statement. Legal or not, I have never seen this (except, in the prin

Re: "tuple' object has no attribute 'get'"

2006-06-18 Thread Frankie Robertson
On 16/06/06, Don Arbow <[EMAIL PROTECTED]> wrote: > > On Jun 16, 2006, at 2:02 PM, Tyson Tate wrote: > > > > > Starting with the latest SVN, a fresh DB, and the following Model: > > > > http://django.pastebin.com/713796 > > > > I get a "tu

Re: "tuple' object has no attribute 'get'"

2006-06-16 Thread Tyson Tate
On Jun 16, 2006, at 2:46 PM, Don Arbow wrote: > > Just a hunch. You have a comma at the end of the fields tuple in your > Admin inner class (line 36 according to the pastebin). Maybe that's > it? > > Don I deleted the comma, but I still get the same error. -Tyson --~--~-~--~~

Re: "tuple' object has no attribute 'get'"

2006-06-16 Thread Don Arbow
On Jun 16, 2006, at 2:02 PM, Tyson Tate wrote: > > Starting with the latest SVN, a fresh DB, and the following Model: > > http://django.pastebin.com/713796 > > I get a "tuple' object has no attribute 'get'" error whenever I try >

"tuple' object has no attribute 'get'"

2006-06-16 Thread Tyson Tate
Starting with the latest SVN, a fresh DB, and the following Model: http://django.pastebin.com/713796 I get a "tuple' object has no attribute 'get'" error whenever I try to add a new Post. Stack trace here: http://django.pastebin.com/713819