Package: python-django-voting / 0.1-2

Metadata

Package Version Patches format
python-django-voting 0.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
test_settings | (download)

voting/tests/settings.py | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 add some apps and settings that are required for the tests.
django14 | (download)

voting/managers.py | 2 1 + 1 - 0 !
voting/tests/runtests.py | 5 3 + 2 - 0 !
voting/tests/settings.py | 8 6 + 2 - 0 !
3 files changed, 10 insertions(+), 5 deletions(-)

 fix some incompatibilities with django 1.4.
num_up_down_votes_and_doc | (download)

docs/overview.txt | 32 19 + 13 - 0 !
voting/managers.py | 4 4 + 0 - 0 !
voting/tests/tests.py | 16 8 + 8 - 0 !
3 files changed, 31 insertions(+), 21 deletions(-)

 add functions for the numbers of up and down votes; update docs
#  and tests