add m2m todo

This commit is contained in:
Laura Klünder 2024-11-22 15:44:43 +01:00
parent de37888d50
commit 5474ff6ae5

View file

@ -595,5 +595,7 @@ class ChangedObjectCollection(BaseSchema):
result.extend(done_situation.operations)
return result
# todo: m2m
# todo: what to do if we can't fully solve it?
raise NotImplementedError('couldnt fully solve as_operations')