Commit 1f4d2f3d by Rocky Duan

fixed updating bug

parent 38bdcabe
......@@ -72,7 +72,7 @@ class Model(object):
else:
raise AttributeError("Field {0} does not exist".format(k))
def updatable_attribtes(self):
def updatable_attributes(self):
return extract(self.attributes, self.updatable_fields)
def initializable_attributes(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment