I have following model where Im using image field:
from django.db import models class ActiveManager(models.Manager): def active(self): return self.fi