Releases: shellfly/django-vote
Releases · shellfly/django-vote
2.5.0 / 2025-12-02
What's Changed
- Replace self.queryset with Viewset method equivalents by @harikvpy in #84
- Update index definition to be compatible with Django 5 by @Barthelemy in #89
New Contributors
- @harikvpy made their first contribution in #84
- @Barthelemy made their first contribution in #89
Full Changelog: 2.3.0...2.5.0
2.4.0 / 2022-12-17
Changes
- Add template tag to get vote count
2.3.0 / 2022-02-06
Changes:
- Add support for Django 4.0
2.2.0 / 2020-05-17
Changes:
- Add
VoteMixinfor easily add REST API - Add Django 3.0 test