Ratings: implement replies by maintainers #181
@ -14,7 +14,6 @@ log = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
class RatingManager(models.Manager):
|
class RatingManager(models.Manager):
|
||||||
# TODO: figure out how to retrieve reviews "annotated" with replies, if any
|
|
||||||
@property
|
@property
|
||||||
def listed(self):
|
def listed(self):
|
||||||
return self.filter(status=self.model.STATUSES.APPROVED)
|
return self.filter(status=self.model.STATUSES.APPROVED)
|
||||||
|
Loading…
Reference in New Issue
Block a user