Hello,

class Document(models.Model):
  ...

class AccountingDocument(Document):
  ...

How am I able to access methods an attributes of some
AccountingDocument instance (e.g. its __unicode__()) from Document
instance? How am I able to retrieve child object from its parent?

I tried to search on the web, but I am not a lot wiser after that...

Thanks in advance.

Jano
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to