Re: Values from class to class

2015-07-07 Thread James Schneider
On Tue, Jul 7, 2015 at 4:31 PM, Carlos Andre wrote: > I want copy some values to other fields in other table! > That's fine, although I would only recommend doing so if the qtdade in Person and 'value' field in Contact can contain different data in some scenario. You will still need to set a stat

Re: Values from class to class

2015-07-07 Thread Carlos Andre
I want copy some values to other fields in other table! 2015-07-07 19:34 GMT-03:00 Carlos Andre : > i trying use thats solutions, in real yet continuos the problem. > The value, when are to use in other class, return to defaut value without > get the value who i send in the field. > > > 2015-07-0

Re: Values from class to class

2015-07-07 Thread Carlos Andre
i trying use thats solutions, in real yet continuos the problem. The value, when are to use in other class, return to defaut value without get the value who i send in the field. 2015-07-07 15:42 GMT-03:00 James Schneider : > On Tue, Jul 7, 2015 at 10:59 AM, Carlos Andre wrote: > > example : I h

Re: Values from class to class

2015-07-07 Thread James Schneider
On Tue, Jul 7, 2015 at 10:59 AM, Carlos Andre wrote: > example : I have two classes, respectively person contact. > I want to contact class has , in its attributes , values worked coming from > class person , such as name, pass in person , and size of the contact name > in the class. Ahh, what yo

Re: Values from class to class

2015-07-07 Thread Carlos Andre
example : I have two classes, respectively person contact. I want to contact class has , in its attributes , values ​​worked coming from class person , such as name, pass in person , and size of the contact name in the class. I did something like this : from django.db import models class person (

Re: Values from class to class

2015-07-07 Thread James Schneider
Can you give a simple example or analogy of what you are trying to do? -James On Jul 6, 2015 5:29 PM, "Carlos Andre" wrote: > Hello to all , I need to solve a problem. I have two classes of which have to > use , in the second class, the first coming values. How to do this? > Thanks for listenin

Values from class to class

2015-07-06 Thread Carlos Andre
Hello to all , I need to solve a problem. I have two classes of which have to use , in the second class, the first coming values. How to do this? Thanks for listening! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou