Changes between Initial Version and Version 1 of Ticket #33019
- Timestamp:
- Aug 12, 2021, 10:51:53 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33019 – Description
initial v1 54 54 ModuleNotFoundError: No module named 'test1.models.OuterClass'; 'test1.models' is not a package 55 55 }}} 56 57 If we change the import to 58 59 {{{#!python 60 import test1.models 61 }}} 62 63 the migration file will work accordingly.