- Drop the
voting.VERSION
field, for now. Client code can use APIs such aspkg_resources.get_distribution()
to query or depend on specific versions of django-voting. - Added Django migrations.
- Django 1.4 compatibility (timezone support)
- Added a
time_stamp
field toVote
model - Added South migrations.