Re: Model that calls a function in another model

2008-10-28 Thread Michael Meier
Hi Karen > You might want to read this section of the docs: > http://docs.djangoproject.com/en/dev/topics/db/queries/#related-objects Thank you very much, that helped. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Model that calls a function in another model

2008-10-27 Thread Karen Tracey
On Mon, Oct 27, 2008 at 7:19 PM, Michael Meier <[EMAIL PROTECTED]>wrote: > > Hello > > I'm relatively new to Django and I was able to set up a small > application without any problems, BUT: > > How can I access data inside a model that comes from another model. As > an example, I have a model Pers

Model that calls a function in another model

2008-10-27 Thread Michael Meier
Hello I'm relatively new to Django and I was able to set up a small application without any problems, BUT: How can I access data inside a model that comes from another model. As an example, I have a model Person, which has a One-To-Many- relationship to Skills. So each person can have multiple s