pinax / pinax-ratings

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

Refactor overall_rating and user_rating tag as built in Django simple… #38

Closed arthur-wsw closed 8 years ago

arthur-wsw commented 8 years ago

…_tag

assignment-tags has been deprecated since version 1.9: simple_tag can now store results in a template variable and should be used instead. https://docs.djangoproject.com/en/1.9/howto/custom-template-tags/#assignment-tags

ratings tags as also been replace with simple_tag

Closes #30 #31