Re: Forward model references

2008-05-09 Thread Chris Farley
Is it ever. I don't know why I did not see that. Thanks! --~--~-~--~~~---~--~~ 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 th

Re: Forward model references

2008-05-09 Thread Matthias Kestenholz
Hi, On Fri, 2008-05-09 at 10:47 -0700, Chris Farley wrote: > I'm trying to model our customers in a Django application, but I'm > encountering a problem: > > Customers can have many CustAddresses > One CustAddress is the Customer's primary billing address > One CustAddress is the Customer's prim

Forward model references

2008-05-09 Thread Chris Farley
I'm trying to model our customers in a Django application, but I'm encountering a problem: Customers can have many CustAddresses One CustAddress is the Customer's primary billing address One CustAddress is the Customer's primary shipping address It's a classic 'chicken and egg' problem. Customer