Python: ORM: Handle <Model>.objects.[<QuerySet>].update()

This commit is contained in:
Rasmus Wriedt Larsen
2022-02-17 14:05:08 +01:00
parent fea46b642d
commit ed36ff1570
2 changed files with 10 additions and 1 deletions

View File

@@ -169,7 +169,7 @@ def test_save8_store():
def test_save8_load():
obj = TestSave8.objects.first()
SINK(obj.text) # $ MISSING: flow
SINK(obj.text) # $ flow="SOURCE, l:-4 -> obj.text"
# --------------------------------------
# .save() on foreign key field