| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.29.0 source code.tar.gz | 2025-10-11 | 544.7 kB | |
| 1.29.0 source code.zip | 2025-10-11 | 778.7 kB | |
| README.md | 2025-10-11 | 866 Bytes | |
| Totals: 3 Items | 1.3 MB | 0 | |
- Fixed a bug with adding / subtracting
Integercolumns 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
ModelBuildercould be too large. - Added an example
M2Mrelationship in the playground to make learningM2Measier (thanks to @sinisaos for this). - Added documentation for
MigrationManager.get_table_from_snapshot, which is a way of getting aTablefrom the migration history - useful when running data migrations (thanks to @sinisaos for this). - Columns with the
secret=Trueargument are now added toTable._meta.secret_columns(thanks to @sinisaos for this). - Added documentation for the
migrationtable. - Tidied up Pydantic tests (thanks to @sinisaos for this).