encode / orm

An async ORM. 🗃
https://www.encode.io/orm
BSD 3-Clause "New" or "Revised" License
1.78k stars 98 forks source link

Fix pk read only: now primary key can be written as a custom value #163

Open artemowkin opened 2 years ago

artemowkin commented 2 years ago

Now primary key isn't a read only field. And if user tries to create a new model with non-integer (for example, UUID) field without default value, ValueError will be raised.