My model as exists it has the below format:
class MyModel(models.Model): id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False)