The Basics
A generic ratings module. The field itself appends two additional fields on the model, for optimization reasons. It adds <field>_score, and <field>_votes fields, which are both integer fields.
Grab the Repository – svn checkout http://django-ratings.googlecode.com/svn/trunk/
Recent Commits
-
34 was committed 2 months ago.
added get_percent method
-
33 was committed 2 months, 1 week ago.
missing ip address check
-
32 was committed 2 months, 1 week ago.
code cleanup
-
31 was committed 2 months, 1 week ago.
slipup in user handling
-
30 was committed 2 months, 2 weeks ago.
django isnt treating None as null
-
29 was committed 2 months, 4 weeks ago.
fixed an issue where null users conflicted with not null on .get()’s
-
28 was committed 3 months, 1 week ago.
updated distutils support
-
27 was committed 3 months, 1 week ago.
added get_rating method
-
26 was committed 3 months, 1 week ago.
attempt to solve double votes
-
25 was committed 3 months, 1 week ago.
fix for anonymous