diff --git a/sharepoint/lists/__init__.py b/sharepoint/lists/__init__.py index 9c99550..512654c 100644 --- a/sharepoint/lists/__init__.py +++ b/sharepoint/lists/__init__.py @@ -319,7 +319,7 @@ def save(self): self._deleted_rows.remove(row) assert not self._deleted_rows - assert not any(row._changed for row in self.rows) + #assert not any(row._changed for row in self.rows) class SharePointListRow(object): # fields, list and opener are added as class attributes in SharePointList.Row