Re: admin foreignkey selection box question

2009-02-19 Thread Karen Tracey
On Thu, Feb 19, 2009 at 1:44 PM, Bobby Roberts wrote: > On Feb 19, 1:08 pm, Karen Tracey wrote: > > On Thu, Feb 19, 2009 at 12:53 PM, Bobby Roberts > wrote: > > > > > > Set a __unicode__ method on your Auction model. > > > > -- > > > > DR. > > > > > Hi Daniel... I'm new to the python world... c

Re: admin foreignkey selection box question

2009-02-19 Thread Bobby Roberts
On Feb 19, 1:08 pm, Karen Tracey wrote: > On Thu, Feb 19, 2009 at 12:53 PM, Bobby Roberts wrote: > > > > Set a __unicode__ method on your Auction model. > > > -- > > > DR. > > > Hi Daniel... I'm new to the python world... can you tell me what that > > even is? > > A quick read through the tuto

Re: admin foreignkey selection box question

2009-02-19 Thread Karen Tracey
On Thu, Feb 19, 2009 at 12:53 PM, Bobby Roberts wrote: > > > Set a __unicode__ method on your Auction model. > > -- > > DR. > > Hi Daniel... I'm new to the python world... can you tell me what that > even is? > A quick read through the tutorial would have covered it. If you don't want to be bot

Re: admin foreignkey selection box question

2009-02-19 Thread Bobby Roberts
> Set a __unicode__ method on your Auction model. > -- > DR. Hi Daniel... I'm new to the python world... can you tell me what that even is? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To po

Re: admin foreignkey selection box question

2009-02-19 Thread Daniel Roseman
On Feb 19, 5:25 pm, Bobby Roberts wrote: > Hi everyone. > > I have two models - one for "auctions" and one for "auction FAQs". > AuctionFAQs has a foreignkey field tied to the ID from auctions.  The > result of the selection box in my admin AuctionFAQs model is as > follows: > > name="Auction_Id

admin foreignkey selection box question

2009-02-19 Thread Bobby Roberts
Hi everyone. I have two models - one for "auctions" and one for "auction FAQs". AuctionFAQs has a foreignkey field tied to the ID from auctions. The result of the selection box in my admin AuctionFAQs model is as follows: - Auction object Auction object It's pulling in