Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Latest commit

 

History

History
42 lines (32 loc) · 742 Bytes

CHANGELOG.rst

File metadata and controls

42 lines (32 loc) · 742 Bytes

Changelog

0.1.2

  1. Performance improvements.

0.1.1

  1. Add caching to detail and widget templates.

0.1

  1. Add 'See results' link. This can possibly break current styling.

0.0.9

  1. Correctly limit poll vote counts to PollOption ContentType.

0.0.5

  1. Require minimum jmbo 0.1.20
  2. Admin inline option reports.

0.0.4

  1. Polls do not abuse the base model liking settings anymore.
  2. Vote detail page and widget now prompts user for login if required.
  3. South migrations. If you have an existing database then run ./bin/django migrate poll 0001 --fake.

0.0.3

  1. Signal dispatched when poll option selected.

0.0.2

  1. Fix detail view can_vote check.

0.0.1

  1. Initial release.