def cached_col(self): from django.db.models.expressions import Col return Col(self.model._meta.db_table, self)