Hi again, Brandon,

> Thanks for pointing that out in the documentation, I wasn't aware of
> that filter. However, I can't seem to get it to work.
>
> I've tried specifying the values as:
>
> staff_members_to_notify = models.ManyToManyField(Member,
> limit_choices_to = {'member_type' : 'staff'})
>
> and several other variations, and I can't get it to fail or succeed in
> filtering the resulting list of Member objects. Thoughts?

Can you paste the model that contains this staff_members_to_notify
field as well as the model for Member?

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

Reply via email to