Skip to content

0.61.2

Choose a tag to compare

@dantownsend dantownsend released this 14 Dec 21:42
· 592 commits to master since this release

Fixed some edge cases where migrations would fail if a column name clashed with a reserved Postgres keyword (for example order or select).

We now have more robust tests for piccolo asgi new - as part of our CI we actually run the generated ASGI app to make sure it works (thanks to @AliSayyah and @yezz123 for their help with this).

We also improved docstrings across the project.