I have two models that are linked by another model through a many to many relationship.
Here\'s the models themselves
class Posts(models.Model): id =
You can filter fields using lambda bundle attribute showing table name and field name.
tags = fields.ToManyField('django_app.api.TagsResource', attribute=lambda bundle: bundle.obj.tags.filter(tags__deleted=0))