Revert "Ensure _get_changed_synthetic_fields() return updatable fields"

This reverts commit ce13674afd.

Change-Id: I487362841caf8a9523ad9d1dccf19d14d499389a
This commit is contained in:
boden 2018-06-22 19:15:28 +00:00
parent ce13674afd
commit 84e4afe32b
1 changed files with 0 additions and 1 deletions

View File

@ -500,7 +500,6 @@ class NeutronDbObject(NeutronObject):
def _get_changed_synthetic_fields(self):
fields = self.obj_get_changes()
fields = get_updatable_fields(self, fields)
for field in self._get_changed_persistent_fields():
if field in fields:
del fields[field]