Changes between Initial Version and Version 1 of Ticket #31416, comment 18


Ignore:
Timestamp:
Apr 18, 2020, 8:31:46 PM (4 years ago)
Author:
Nan Liu

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31416, comment 18

    initial v1  
    1212> Hope that helps you write a test. Once there's a failing test it should be easier to try find the fix.
    1313
     14Hi Adam,
     15
    1416So, my code should be correct by using `self.get_changes([Readable], [Readable with no fields, Book, Magazine])`. but my code meant to fix this issue wasn't executed when I use `self.get_changes` while doing two separate migrations will execute my added code, which is confusing. Also I suspect that the first migration will construct a `loader.graph` that will reorder the action operations.
Back to Top