vinicri / django-voting

Automatically exported from code.google.com/p/django-voting
Other
1 stars 0 forks source link

ctype assigned twice in get_scores_in_bulk() #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
in managers.py line 34 (get_scores_in_bulk function) ctype is assigned twice:

ctype = ContentType.objects.get_for_model(objects[0]) 
ctype = ContentType.objects.get_for_model(objects[0]) 

Original issue reported on code.google.com by cass...@googlemail.com on 11 Nov 2008 at 10:56

GoogleCodeExporter commented 8 years ago
Fixed in r73

Original comment by bros...@gmail.com on 26 Aug 2009 at 6:24