Hello everyone, I have two Models: Member, Job
Member has two types: Staff, Board Job needs to have a ManyToMany field for Member, so I can send emails to those associated records. So, what I'm trying to accomplish is to filter the list of Members that are shown in the ManyToMany to include only those with a type of 'Staff'. I've seen where we can add manager methods to change the initial QuerySet that the Manager returns, but it seems that I would have to define another table, and then supply the objects. Is that correct? I'd appreciate some advice. TIA, Brandon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---