django-ratings icon indicating copy to clipboard operation
django-ratings copied to clipboard

Pluggable rating fields in Django.

Results 35 django-ratings issues
Sort by recently updated
recently updated
newest added

Hi guys! I work with 'django-ratings' a couple year and before this battery work perfectly for me. But now, i want migrate to Django 1.9.8 and comes with a few...

use update_fields, cleanup

After installing and syncing db, i added this to my model: `rating = RatingField(range=5)` and got the error: `Unknown column 'resources_resources.rating_votes' in 'field list'` I checked the DB and the...

I'm installing askbot-devel as an additional app in a project already containing django-ratings. Django version is 1.8 When I run runserver, I get this error: ``` SystemCheckError: SystemCheckError: System check...

Hi, I just migrated to django 1.8 My operations are: 1. scratch whole db 2. remove all migartions from my apps 3. manage.py makemigrations 4. manage.py migrate However I get...

The 3 methods `add`,`delete` and `get_rating_for_user` demonstrated in the examples require the `request.COOKIES` to be passed using the keyword `cookies` (not as positional arguments). At least this is what the...

Added compatibility for both Django Custom User models and pre-Django 1.5 User models

thanks for the code! I'm using your code to let citizens rank agenda items for Knesset's (our parliament) committee meetings. I'm trying to harness the power of the #j14 protests...

Support for custom user model (django 1.5)