update todo about cascading deletes

This commit is contained in:
Laura Klünder 2024-11-22 21:11:35 +01:00
parent 44bc2b39ce
commit 99085a0646

View file

@ -578,7 +578,7 @@ class ChangedObjectCollection(BaseSchema):
if ref.obj != new_operation.obj if ref.obj != new_operation.obj
} }
# wwe ignore cascading for now # todo: we ignore cascading for now, do we want to keep it that way?
else: else:
for field_name, value in new_operation.fields.items(): for field_name, value in new_operation.fields.items():
field = model_cls._meta.get_field(field_name) field = model_cls._meta.get_field(field_name)