Hi,
I think in family class and person class.
I put in pseudocode:
Class Family
string name
telephon-home char(9)
....
Class Person
string name
string surname
telephone-home char(9)
mobile-phone char(9)
Every Person belongs to a Family.
How can I update Person.telephone-home and automatically updates
Family.telephone-home?
Thanks a lot,
Xan.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---