Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @classmethod
- def save(cls, lines):
- for line in lines:
- line.field = line.another_field #function field
- super().save(lines)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement