dcramer / django-ratings

Pluggable rating fields in Django.
BSD 2-Clause "Simplified" License
407 stars 167 forks source link

Update README #48

Open mcnemesis opened 11 years ago

mcnemesis commented 11 years ago

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 current implementation shows...