Changes between Initial Version and Version 1 of Ticket #31891
- Timestamp:
- Aug 15, 2020, 1:03:15 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31891 – Description
initial v1 33 33 34 34 I can fix it by using `a.profile.user = b` which does the cache invalidation as expected. Or using `b.refresh_from_db()` 35 This is a contrived example but the real use-case was cloning a model instance. 35 This is a contrived example but the real use-case was cloning a model instance. And instead of erroring it just kept returning the cached value