On Fri, Jul 17, 2009 at 3:45 PM, Sam Tregar<[email protected]> wrote: > On Fri, Jul 17, 2009 at 3:23 PM, Dudley Fox <[email protected]> wrote: >> >> Should I have posted this to the developer's list? I ask because I >> have received no responses yet. Not even a "...you shouldn't do that." >> :) > > I can help you with that - you shouldn't do that. Instead you should > create a new model for friends and link users to friends with a one-to-many > relation. Each friend can have a single character field for their name, > which will give you a list of strings (friends) attached to each user. > > Does that make sense?
It does make sense, and that is what I was originally going to do. Then I got all clever, and decided that Django should be able to do that for me. Is there a specific reason I shouldn't do it? Thanks for the response! > > -sam > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

