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

  • 69 was committed 2 months ago.
    Replaced some recently introduced usage of .id with ._get_pk_val()
  • 68 was committed 2 months ago.
    Fixed typo in documentation. Thanks to Bernd Essl
  • 67 was committed 2 months ago.
    get_score and get_scores_in_bulk now use the Queryset and Query API instead of executing raq SQL
  • 65 was committed 2 months ago.
    Django 1.0 compatibility updates - tests work again
  • 61 was committed 12 months ago.
    Added Framework classifier to setup.py
  • 60 was committed 1 year, 2 months ago.
    VoteManager.get_scores_in_bulk assumed it was working with a non-empty list
  • 59 was committed 1 year, 4 months ago.
    Fixed argument order in record_vote sample; ignoring *.pyc files in voting directory
  • 58 was committed 1 year, 4 months ago.
    Set eol-style property to native on files which did not have it set
  • 57 was committed 1 year, 4 months ago.
    Restructured application for distribution
  • 56 was committed 1 year, 4 months ago.
    Brought up to date with latest Django SVN version so tests run again