Try models.STACKED then. I'm guesing the task doesn't need to change the client, just show it? If so, you could make a method that gets the client (return self.project.client.name) and add that to the fields to list in admin view. Read up on http://www.djangoproject.com/documentation/model_api/#admin-options about which fields to show in admin view.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

