Re: tutorial bug

2008-10-18 Thread Brendan Miller
> The tutorial, though, puts it on the Poll model.  Where is yours? Ah, thanks. It seems that I put it in the PollAdmin for some reason. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post t

Re: tutorial bug

2008-10-18 Thread Karen Tracey
On Sat, Oct 18, 2008 at 8:01 PM, Brendan Miller <[EMAIL PROTECTED]>wrote: > > I was running through the tutorial to get up to speed on django. > > Most of the way down tutorial 2, it asks you to add a list display to > the PollAdmin: > list_display = ('question', 'pub_date', 'was_published_today')