python-django-voting 0.2-1 source package in Ubuntu

Changelog

python-django-voting (0.2-1) unstable; urgency=low


  [ Bernhard Reiter ]
  * New upstream release
  * debian/control:
    - Bump Standards-Version to 3.9.4.
    - Bump debhelper Build-Depends to >= 8.1.
    - Add Suggests: python-django-south.
  * debian/copyright:
    - Add Jannis Leidel to copyright holders.
    - Improve structure.
  * debian/patches/django14: Whitespace fix.
  * debian/patches/test_settings: Add a SECRET_KEY setting.
    (Closes: #711371, LP: #1193942)
  * debian/NEWS.Debian: Add.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

 -- Bernhard Reiter <email address hidden>  Sun, 04 Aug 2013 21:38:01 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe python
Trusty release universe python

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-django-voting_0.2-1.dsc 2.1 KiB 921dc88f463869b3a3fc32a932b361535bf0455031a4c2c5397c05393a843790
python-django-voting_0.2.orig.tar.gz 14.4 KiB 0b09805478040289d05579b4ae0f7412b4c1350b9a2cedc14610d24ae17bdd84
python-django-voting_0.2-1.debian.tar.gz 5.8 KiB 13607a81c7854045137df45ca1f819addbd3bc8abb9185092f13a3fc562db4c0

Available diffs

No changes file available.

Binary packages built by this source

python-django-voting: generic voting application for Django

 This voting app for Django allows registering votes against any Model
 instance, retrieval of the score for an object, retrieval of top and
 bottom-rated objects for a particular Model. Also features the ability to
 clear votes, a template tag library, a generic view for wiring up voting for
 a Model (GET requests result in a confirmation page, POST requests submit
 votes), a generic view for voting using XMLHttpRequest (as a bonus, if the
 non-XMLHttpRequest generic view detects that a request was made via
 XMLHttpRequest, it will automatically use this view to process the request,
 which makes it trivial to progressively enhance your project with
 XMLHttpRequest-based voting).