次の操作を実行しようとしているとき:
for line in blines:
line.account = get_customer(line.AccountCode)
に値を割り当てようとしているときにエラーが発生しますline.account
:
DetachedInstanceError: Parent instance <SunLedgerA at 0x16eda4d0> is not bound to a Session; lazy load operation of attribute 'account' cannot proceed
私は何か間違ったことをしていますか?