Changes between Initial Version and Version 2 of Ticket #36161
- Timestamp:
- Jan 30, 2025, 7:07:40 AM (13 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36161
- Property Cc added
-
Ticket #36161 – Description
initial v2 48 48 The workaround that we are currently using (see https://github.com/spanezz/django-reverse-migration-issue/blob/main/db/workaround.py and https://github.com/spanezz/django-reverse-migration-issue/blob/main/db/migrations/0002_alter_models.py#L34 ) involves introducing a migration operation that forces a reload of the affected model. 49 49 50 This situation hints at some caching issue in the migration infrastructure which we've been unable to follow up, but which surfaces in real world scenarios and is extremely difficult to identify and handle when it does.50 This situation hints at some caching issue in the migration infrastructure which we've been unable to follow up, but which surfaces in real world scenarios (see https://salsa.debian.org/freexian-team/debusine/-/merge_requests/1588#note_577725 ) and is extremely difficult to identify and handle when it does.