I have model Goal with many to many field joined, something like this:
class Goal(models.Model, Activity): joined = models.ManyToManyField(User, related_name=