Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing model corrupts instance when loading old model #4

Open
c0diq opened this issue Jan 11, 2013 · 1 comment
Open

Changing model corrupts instance when loading old model #4

c0diq opened this issue Jan 11, 2013 · 1 comment

Comments

@c0diq
Copy link

c0diq commented Jan 11, 2013

  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.

@nicklockwood
Copy link
Owner

I've tried to re-create this issue in accordance with your instructions, but I'm not seeing the bug. Can you provide a simple project that demonstrates the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants