0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 11 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed issue #18 — removed a duplicate line More... over 14 years ago
version bump More... over 14 years ago
modified distribution to follow Django convention (and likely available) More... over 14 years ago
Fixed #24 — corrects get_scores_in_bulk to work on both 1.0 and 1.1 More... over 14 years ago
Replaced some recently introduced usage of .id with ._get_pk_val() More... over 15 years ago
Fixed typo in documentation. Thanks to Bernd Essl More... over 15 years ago
get_score and get_scores_in_bulk now use the Queryset and Query API instead of executing raq SQL More... over 15 years ago
Django 1.0 compatibility updates - tests work again More... over 15 years ago
Added Framework classifier to setup.py More... over 16 years ago
VoteManager.get_scores_in_bulk assumed it was working with a non-empty list More... over 16 years ago
Fixed argument order in record_vote sample; ignoring *.pyc files in voting directory More... over 16 years ago
Set eol-style property to native on files which did not have it set More... over 16 years ago
Restructured application for distribution More... over 16 years ago
Brought up to date with latest Django SVN version so tests run again More... over 16 years ago
Replaced a COUNT(*) More... almost 17 years ago
Fix for get_top query in MySQL; all tests now pass in MySQL More... almost 17 years ago
Moved VoteManager to voting.managers More... almost 17 years ago
Added more tests; minor documentation tweak More... almost 17 years ago
Added some basic tests More... almost 17 years ago
Added some basic tests More... almost 17 years ago
Added some basic tests More... almost 17 years ago
Added tests module More... almost 17 years ago
Fixed query generation in get_top More... almost 17 years ago
Updated to handle move of generic relations in Django revision 5172 More... almost 17 years ago
Removed remaining unecessary uses of 'self.' in ScoreForObjectsNode and ScoresForObjectsNode - fixes a bug in ScoreForObjectsNode More... about 17 years ago
Renamed vote_for_item template tag to dict_entry_for_item; made template tag documentation and docstrings consistent; added extra 'on' argument to votes_by_user and vote_by_user template tags More... about 17 years ago
Reformatted queries and updated get_score docstring More... about 17 years ago
Added get_scores_in_bulk helper method and scores_for_objects template tag More... about 17 years ago
Documented new helper method and tags More... about 17 years ago
Added vote_for_item template tag More... about 17 years ago