pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 147 forks source link

ProposalResult.update_vote doesn't work on delete #137

Open chrisjrn opened 8 years ago

chrisjrn commented 8 years ago

Steps to reproduce:

Expected:

Actual:

chrisjrn commented 8 years ago

Fundamentally the update_vote method is a bit of a shambles, and appears to be fundamentally broken on the delete case. My guess is that making full_calculate a bit more database efficient would be a far far far far better solution here.