1👍
✅
I think that happens because you set id = None
try to delete this function and see what will happen
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.id = None
Source:stackexchange.com