introduce save_related method that traverses the related objects and upserts them if they are not saved
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
import itertools
|
||||
from typing import Optional, List
|
||||
from typing import List
|
||||
|
||||
import databases
|
||||
import pydantic
|
||||
import pytest
|
||||
import sqlalchemy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user