[Python-modules-commits] r13616 - in packages/python-django-voting/trunk/debian (control)
ockham-guest at users.alioth.debian.org
ockham-guest at users.alioth.debian.org
Fri Jun 25 11:27:13 UTC 2010
Date: Friday, June 25, 2010 @ 11:27:11
Author: ockham-guest
Revision: 13616
Add XS-Python-Version, improve long description
Modified:
packages/python-django-voting/trunk/debian/control
Modified: packages/python-django-voting/trunk/debian/control
===================================================================
--- packages/python-django-voting/trunk/debian/control 2010-06-25 11:00:12 UTC (rev 13615)
+++ packages/python-django-voting/trunk/debian/control 2010-06-25 11:27:11 UTC (rev 13616)
@@ -5,6 +5,7 @@
Uploaders: Bernhard Reiter <ockham at raz.or.at>
Build-Depends: debhelper (>= 7), python (>= 2.3), python-support
Standards-Version: 3.8.4
+XS-Python-Version: >= 2.3
Homepage: http://code.google.com/p/django-voting
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-voting/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-voting/trunk/
@@ -13,12 +14,13 @@
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
Description: generic voting application 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).
+ This voting component 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).
More information about the Python-modules-commits
mailing list