示例#1
0
 def move_up(self):
     """
     Changes the position value with previous row
     """
     return move_up(self, "position", 1, {"election_instance": self.election_instance.id})
示例#2
0
 def move_up(self):
     '''
     Changes the position value with previous row
     '''
     return move_up(self, 'position', 1, {'election_instance': self.election_instance.id})
示例#3
0
 def move_up(self):
     '''
     Changes the position value with previous row
     '''
     return move_up(self, 'position', 1,
                    {'questionset': self.questionset.id})
示例#4
0
 def move_up(self):
     '''
     Changes the position value with previous row
     '''
     return move_up(self, 'position', 1, {'questionset': self.questionset.id})