Changes between Initial Version and Version 1 of Ticket #33019


Ignore:
Timestamp:
Aug 12, 2021, 10:51:53 PM (3 years ago)
Author:
Choong Jun Jin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33019 – Description

    initial v1  
    5454ModuleNotFoundError: No module named 'test1.models.OuterClass'; 'test1.models' is not a package
    5555}}}
     56
     57If we change the import to
     58
     59{{{#!python
     60import test1.models
     61}}}
     62
     63the migration file will work accordingly.
Back to Top