Changes between Initial Version and Version 1 of Ticket #24686, comment 36


Ignore:
Timestamp:
Dec 24, 2023, 5:17:07 PM (4 months ago)
Author:
Bhuvnesh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24686, comment 36

    initial v1  
    11Sorry! I completely misunderstood what maarten was trying to say. Thanks for the clarification Shai.
    22
    3 >>The auto detector will see it as the deletion of model in the old app and creation of that model in the new app. This will also lead to losing all the data associated with that model.
     3>The auto detector will see it as the deletion of model in the old app and creation of that model in the new app. This will also lead to losing all the data associated with that model.
    44
    55This will happen if you change just the app_label of model to the app_label of app you want to move the model and not actually move the model code. For example, you have SampleModel in app_a and you want to move it to app_b, so you just added app_label=app_b in SampleModel's Meta and not actually moved the model code to app_b.
Back to Top