Fixed Task public view to always call the update method.
Also removed an obsolete value ws_entity that could not be unpacked (therefore causing 505's).
from query import *from subqueries import *from where import AND, ORfrom datastructures import EmptyResultSet__all__ = ['Query', 'AND', 'OR', 'EmptyResultSet']