You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having some trouble using the transform property type.
In the case that the property being transformed is None or '', then this line throws an error:
if last_val == current_val:
return getattr(model_instance, self.__transformed_attr_name()) <- throws 'AttributeError: 'Foo object has no attribute '_derivedField' '
The text was updated successfully, but these errors were encountered:
I am having some trouble using the transform property type.
In the case that the property being transformed is None or '', then this line throws an error:
if last_val == current_val:
return getattr(model_instance, self.__transformed_attr_name()) <- throws 'AttributeError: 'Foo object has no attribute '_derivedField' '
The text was updated successfully, but these errors were encountered: