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