Changes between Version 7 and Version 8 of Ticket #31416, comment 8
- Timestamp:
- Apr 12, 2020, 10:11:10 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31416, comment 8
v7 v8 11 11 12 12 13 hi 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 it would be much better if we can solve it together? I really appreciate that! And I think the operations for you weren't swapped maybe because you didn't add a dependency of the removed field for all its bases?13 hi 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 it would be much better if we can solve it together? I really appreciate that! 14 14 15 I was able to swap the operations when I appended a `manual dependency` on field removal of all of its bases in `generate_created_models`. 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.15 And I think the operations for you weren't swapped maybe because you didn't add a dependency of the removed field for all its bases? And also adjusting `check_dependency` seems unnecessary since it already handles everything well from my testing. 16 16 17 I n addition, in terms of possible duplicate `Remove_fields`, I wasn't able to generate multiple same `Remove_fields` for `title`, so i guess this is already handled somewhere in the code?17 I was able to swap the operations when I appended a `manual dependency` on field removal of all of its bases in `generate_created_models`. 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. 18 18 19 In addition, in terms of possible duplicate `Remove_fields`, I wasn't able to generate multiple same `Remove_fields` for `title`, so I guess this is already handled somewhere in the code? 20