- Drop Python 3.6 support.
- Drop Django 3.0 support.
- Add Django 3.2 support.
- Add Python 3.10 support.
- Change
Vote.object_id
type toTextField
to support other primary key types likeUUIDField
. - Drop Django 3.1 support.
- Add Django 4.0 support.
- Drop Django 2.2 support.
- Add Django 4.1 support.
- Add
get_voted_users
to get the users voted on the given object. - Add Python 3.11 support.
- Replaced
voting.VERSION
with more canonicalvoting.__version__
. - Added Django migrations.
- Drop South migrations.
- Add Django 2.2, 3.0, 3.1 support, drop support for all versions before that.
- Move CI to GitHub Actions: https://github.com/jazzband/django-voting/actions
- Django 1.4 compatibility (timezone support)
- Added a
time_stamp
field toVote
model - Added South migrations.