symposion icon indicating copy to clipboard operation
symposion copied to clipboard

Replaces update_vote with a direct calculation from the database

Open chrisjrn opened this issue 8 years ago • 2 comments

Fixes #137. The previous update_vote broke severely on deletion. This optimises the queries done in full_calculate (to use a single annotate) and makes update_vote use the inner query of full_calculate. Far less weird, far more working.

chrisjrn avatar Jun 19 '16 08:06 chrisjrn

The flake8 check here should now be properly placated. Oops

chrisjrn avatar Jun 20 '16 23:06 chrisjrn

@paltman Can this be merged?

ossanna16 avatar Jun 21 '16 05:06 ossanna16