Hi, does the ORM in Django support nested objects? For instance, assuming I have a User model which should have multiple mailing addresses, can I encapsulate the address information (street, city, state, etc.) into an object vs. individual fields like address1_street, address1_city? In looking through the documentation, nothing jumped out at me. Apologies if I have overlooked something obvious here.
Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

