Changes between Initial Version and Version 1 of Ticket #35424, comment 1
- Timestamp:
- May 3, 2024, 7:13:10 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35424, comment 1
initial v1 46 46 }}} 47 47 Which fails with `django.core.exceptions.FieldDoesNotExist: Foo has no field named 'order'` 48 If you move `AlterOrderWithRespectTo` to be the first operation, this migration can be applied.