> Actions in admin interface: > add a Person, then add it in Friends list.
Using your model this works for me without any traceback. The reason for the error is probably that the keyword argument 'person__exact' was used instead of 'person__id__exact'. I can't figure out right now why that's the case. Maybe someone else on this list can. Andreas