HRCoder icon indicating copy to clipboard operation
HRCoder copied to clipboard

Changing model corrupts instance when loading old model

Open c0diq opened this issue 11 years ago • 1 comments

  1. Create a class with 2 strings instance called text1 & text2.
  2. Save instance
  3. Change text1 name to textNew.
  4. Try to reload instance.
  5. TextNew will be null (normal) but text2 will be an instance of a placeholder instead of the original string.

Note that I use HRCoder in conjunction with AutoCoding and BaseModel in this example.

c0diq avatar Jan 11 '13 17:01 c0diq