Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.26.1 source code.tar.gz | 2025-05-16 | 538.8 kB | |
1.26.1 source code.zip | 2025-05-16 | 771.0 kB | |
README.md | 2025-05-16 | 358 Bytes | |
Totals: 3 Items | 1.3 MB | 0 |
Updated the BlackSheep ASGI template - thanks to @sinisaos for this.
Fixed a bug with auto migrations when a ForeignKey
specifies target_column
- multiple primary key columns were added to the migration file. Thanks to @waldner for reporting this issue.
Added a tutorial for moving tables between Piccolo apps - thanks to @sarvesh4396 for this.