pykorm
pykorm copied to clipboard
Allow the modification of readonly fields
Read only fields were meant to be read only. However sometimes these fields must be set (in the case of an operator managing these resources for example).
We should add a mean to edit these fields with a context manager for example:
with pykorm.fields.UnlockReadOnly:
obj.read_only = 42