Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 447 Bytes

CHANGELOG.rst

File metadata and controls

18 lines (13 loc) · 447 Bytes

Django Voting Changelog

0.3 (unreleased)

  • Drop the voting.VERSION field, for now. Client code can use APIs such as pkg_resources.get_distribution() to query or depend on specific versions of django-voting.
  • Added Django migrations.

0.2 (2012-07-26)

  • Django 1.4 compatibility (timezone support)
  • Added a time_stamp field to Vote model
  • Added South migrations.