fastapi-amis-admin icon indicating copy to clipboard operation
fastapi-amis-admin copied to clipboard

KeyError: 'id'. self.pk: InstrumentedAttribute = self.model.__dict__[self.pk_name]

Open isKEKE opened this issue 2 months ago • 0 comments

image Here self.pk_name will always be true so its value will always be id, no custom primary key can be used

isKEKE avatar Apr 29 '24 13:04 isKEKE