I have the next model structure in Django:
base.py
class BaseModel(models.Model): creator = models.ForeignKey(settings.AUTH_USER_MODEL, related_na