I have got
Foo <=> FooGroup <=> Bar
relation, where <=> stands for ManyToMany field.
How do I retrieve all the Foos for a specific Bar instance?
|
I have got
relation, where How do I retrieve all the
| |||
|
feedback
|
|
Here's an example with auth models, where the relationship is very much like your structure : User <=> Groups <=> Permission
With your example:
| |||
|
feedback
|