Esempio n. 1
0
 def save(self):
     data = self.data
     data.pop('submit', None)
     category = Category(**data)
     return category.save()