class StatMixin(object): def get_cookie_name(self): return u'%s_%d'%(self._meta.db_table, self.id)