This is sort of an extension of my post from stackoverflow.
http://stackoverflow.com/questions/2632573/how-do-i-relate-two-models-tables-in-django-based-on-non-primary-non-unique-keys

The gist is I have two tables with a common field and I would like to
relate two models with a many to many based off of this field.

As far as I can tell I have to build the relations manually. I was
thinking of overriding the save method in both models to query the
other table and rebuild the relation on save.

Does this sound rational?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to