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

Star ratings for your Django models with a single template tag. Python 3 compatible.

Results 24 django-star-ratings issues
Sort by recently updated
recently updated
newest added

I have a model called `Books` and an API to add books and update the ratings. ``` class Book(models.Model): name = models.CharField(max_length=200, blank=True, null=True) user = models.ForeignKey(User, on_delete=models.CASCADE) ratings =...

user_rating in {{ ---.ratings.get.user_rating }} does not return anything

Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.15. Commits 653a7bd [3.2.x] Bumped version for 3.2.15 release. b3e4494 [3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. cb7fbac [3.2.x] Fixed collation tests on...

dependencies

when i add {% ratings object %} in template, i get the error: Exception Value: 'str' object has no attribute '_meta' Exception Location: /usr/local/lib/python3.10/site-packages/django/contrib/contenttypes/models.py, line 27, in _get_opts

Bumps [waitress](https://github.com/Pylons/waitress) from 2.1.1 to 2.1.2. Changelog Sourced from waitress's changelog. 2.1.2 Bugfix - When expose_tracebacks is enabled waitress would fail to properly encode unicode thereby causing another error during...

dependencies

When install Star-Ratings into my Django project I had trouble getting the stars to show up. It turned out that I had to run: in order to bring the Star-Ratings...

Hi all. I think there is a very important use case that is not addressed by this lbry, how can one discriminate which user can vote? In my case, I...

enhancement

I am using start-rating library in my django application then i am getting this error. Please anyone tell me how to solve it. --------------------------------------------------------- this is my model.py in testapp...

Couple of things I would like to get clarified / may need some assistance on / and also make some suggestions: Responsive stars - I am using bootstrap v4 (v5...