Changes between Version 3 and Version 4 of Ticket #31416, comment 8


Ignore:
Timestamp:
Apr 12, 2020, 9:51:50 PM (4 years ago)
Author:
Nan Liu

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31416, comment 8

    v3 v4  
    1313hi Sanskar, I am still working on this issue. it may take a longer time for me to fix it since I am a newbie. since this is for my school assignment, may you work on other issues or if we can solve it together? I really appreciate that!
    1414
    15 And I also had the same issue. Since in this case, we want to `Remove_field` before `Create_model`, but the migration list is ordered in `_sort_migrations`. How does `check_dependency` reorder the migration list so that it can solve this issue?
     15Ok. I was able to swap the operations when I appended a dependency on field removal of all of its bases. If you don't mind me asking, how am I able to know that is the field we are tryna remove? I am reading the code currently, but i will still leave this "dumb" question here just in case I don't find it by the time.
    1616
Back to Top