Skip to content

0.29.0

Choose a tag to compare

@dantownsend dantownsend released this 05 Aug 12:10
· 782 commits to master since this release

The user can now specify the primary key column (courtesy @aminalaee). For example:

class RecordingStudio(Table):
    pk = UUID(primary_key=True)

The BlackSheep template generated by piccolo asgi new now supports mounting of the Piccolo Admin (courtesy @sinisaos).