Changes between Initial Version and Version 1 of Ticket #32524
- Timestamp:
- Mar 8, 2021, 5:08:16 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32524
- Property Needs documentation set
-
Ticket #32524 – Description
initial v1 31 31 }}} 32 32 33 the problem is `UserProfile(user=u)` will update the ` User.profile` when we init `UserProfile`.33 the problem is `UserProfile(user=u)` will update the `u.profile` when we init `UserProfile`. 34 34 35 35 I know this issue is caused by design, maybe we should update the document for such case.