Pastebin

Paste #25068: No description

< previous paste - next paste>

Pasted by Anonymous Coward

Download View as text

    def save(self, *args, **kwargs):
        created = not self.pk
        if created:
            super().save(*args, **kwargs)
            
        if not self.code:
            self.code = self.get_code_default()

            return super().save(*args, **kwargs)

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.