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
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
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
--~--~-~--~~
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
>
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
5 matches
Mail list logo