pinax / pinax-ratings

a ratings app for Django
MIT License
90 stars 28 forks source link

Fix rate_count tag to exclude ratings of zero, aka unrated #17

Closed rizumu closed 9 years ago

rizumu commented 9 years ago

A Rating object may contain 0 as its rating which should not count towards the total rate count.