You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a bug with adding / subtracting Integer columns from one another in queries (thanks to @ryanvarley for this).
Updated the ASGI templates, and BlackSheep dependencies (thanks to @sinisaos for this).
Fixed a bug where decimal values generated by ModelBuilder could be too large.
Added an example M2M relationship in the playground to make learning M2M easier (thanks to @sinisaos for this).
Added documentation for MigrationManager.get_table_from_snapshot, which is a way of getting a Table from the migration history - useful when running data migrations (thanks to @sinisaos for this).
Columns with the secret=True argument are now added to Table._meta.secret_columns (thanks to @sinisaos for this).
Added documentation for the migration table.
Tidied up Pydantic tests (thanks to @sinisaos for this).