Skip to content

0.5.0

Compare
Choose a tag to compare
@seapagan seapagan released this 30 Sep 15:05
· 78 commits to main since this release
0878914

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

  • Auto-generated primary key not returned by the Model (#37) by seapagan

Breaking Changes

  • Always create a pk primary auto-incrementing key (#39) by seapagan

Bug Fixes

  • Fix null filter when combined with others and add tests (#40) by seapagan

Documentation

  • Refactor web docs layout and improve content (#36) by seapagan

Full Changelog | Diff | Patch