0.5.0
Breaking Change!
This release removes the create_pk
and primary_key
attributes from the Model
Meta
Class. Now, an auto-incrementing primary key is created by default and
the name of the primary key is always pk
.
Closed Issues
Breaking Changes
Bug Fixes
Documentation
Full Changelog
| Diff
| Patch