I\'m working on a django field validation and I can\'t figure out why I\'m getting a type error for this section:
def clean_tid(self): data = self.cleaned_da
Just a small tip - it's better to use subprocess module and Popen class instead of os.popen function. More details here (docs).
subprocess
Popen
os.popen