exclude pk_only models from beeing save_related
This commit is contained in:
@ -155,4 +155,4 @@ def create_test_database():
|
||||
async def test_saving_related_fk_rel():
|
||||
async with database:
|
||||
async with database.transaction(force_rollback=True):
|
||||
await Report.objects.select_all(follow=True).all()
|
||||
await Report.objects.select_all(follow=True).all()
|
||||
|
||||
Reference in New Issue
Block a user