Changes between Version 5 and Version 6 of SummerOfCode2023
- Timestamp:
- Aug 25, 2023, 6:03:12 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2023
v5 v6 193 193 Expected outcome would be a PR adding and documenting a migration operation to move a model between apps. 194 194 195 As a part of this, better documenting the powerful [https://docs.djangoproject.com/en/4.1/ref/migration-operations/#django.db.migrations.operations.SeparateDatabaseAndState SeparateDatabaseAndState operation] would be a benefit. (An initial waypoint may be to improve the documented advice on moving a model to use `SeparateDatabaseAndState`].)196 197 198 195 === Auto-detection of custom migration operations === 199 196