Sidebar Network

django-voting A generic voting application for Django.

The Basics

A generic voting application for Django projects, which allows registering of votes for any Model instance.

Project Homehttp://code.google.com/p/django-voting/
Grab the Repository – svn checkout http://django-voting.googlecode.com/svn/trunk/
 

Recent Commits

  • 61 was committed 7 months, 2 weeks ago.
    Added Framework classifier to setup.py
  • 60 was committed 9 months, 2 weeks ago.
    VoteManager.get_scores_in_bulk assumed it was working with a non-empty list
  • 59 was committed 11 months, 4 weeks ago.
    Fixed argument order in record_vote sample; ignoring *.pyc files in voting directory
  • 58 was committed 1 year ago.
    Set eol-style property to native on files which did not have it set
  • 57 was committed 1 year ago.
    Restructured application for distribution
  • 56 was committed 1 year ago.
    Brought up to date with latest Django SVN version so tests run again
  • 55 was committed 1 year, 2 months ago.
    Replaced a COUNT(*)
  • 54 was committed 1 year, 2 months ago.
    Fix for get_top query in MySQL; all tests now pass in MySQL
  • 53 was committed 1 year, 2 months ago.
    Moved VoteManager to voting.managers
  • 51 was committed 1 year, 3 months ago.
    Added more tests; minor documentation tweak