Re: Implementing a List of Foreign Keys in a Model

2011-09-12 Thread Kurtis Mullins
Thanks a lot for that tip. I actually read over the Generic Foreign Keys several times before I asked the question but it still left me pretty confused. Is there a place I can see a good, straight-forward example of how this works? The "tags" example they had just didn't do it for me. Plus, they di

Re: Implementing a List of Foreign Keys in a Model

2011-09-11 Thread Daniel Roseman
On Sunday, 11 September 2011 00:18:28 UTC+1, Kurtis wrote: > > Hey Guys, > > I have a very simple stub of a project. I'm trying to do something > that should be very simple but isn't as easy as I hoped. > > I have a UserProfile class. This object is basically just an extension > of the standar

Implementing a List of Foreign Keys in a Model

2011-09-10 Thread Kurtis
Hey Guys, I have a very simple stub of a project. I'm trying to do something that should be very simple but isn't as easy as I hoped. I have a UserProfile class. This object is basically just an extension of the standard User Class. Within my UserProfile class, I want to have a list of PublicProf