Hi, I have a model in which there is a foreign key that I want created
using values from other fields. For example, I have a table `A`, with
fields `a`, `b` and foreign key `C`. I want to specify a final foreign
key field using the product `a`*`b` and value of `C`. I'm aiming at
being able to get between tables `A` and `C`.

What's a good way of doing this?

any thoughts much appreciated.

cheers,

g


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to