Skip to content

1.29.0

Latest
Compare
Choose a tag to compare
@dantownsend dantownsend released this 11 Oct 22:28
· 1 commit to master since this release
  • 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).