Re: forward declaration

2009-07-31 Thread Daymien
I got it! thank you --~--~-~--~~~---~--~~ 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 django-users+

Re: forward declaration

2009-07-31 Thread Alex Gaynor
On Fri, Jul 31, 2009 at 1:56 PM, Daymien wrote: > > Hallo, > > How could I implement forward declaration in django models? > this example wouldn't work for me: > Has anyone an idear or a solution? > > This django model show a simple imple

forward declaration

2009-07-31 Thread Daymien
Hallo, How could I implement forward declaration in django models? this example wouldn't work for me: Has anyone an idear or a solution? This django model show a simple implementation for a bloodline app!