Esempio n. 1
0
 def delete_processor(self, entry):
     pstp.push(self.model, entry, tcms_signals.delete)
Esempio n. 2
0
 def save_processor(self, entry, created):
     if created:
         pstp.push(self.model, entry, tcms_signals.create)
     pstp.push(self.model, entry, tcms_signals.update)
Esempio n. 3
0
 def initial_processor(self, entry):
     pstp.push(self.model, entry, tcms_signals.initial)
Esempio n. 4
0
 def delete_processor(self, entry):
     pstp.push(self.model, entry, tcms_signals.delete)
Esempio n. 5
0
 def save_processor(self, entry, created):
     if created:
         pstp.push(self.model, entry, tcms_signals.create)
     pstp.push(self.model, entry, tcms_signals.update)
Esempio n. 6
0
 def initial_processor(self, entry):
     pstp.push(self.model, entry, tcms_signals.initial)