Changes between Initial Version and Version 1 of Ticket #31891


Ignore:
Timestamp:
Aug 15, 2020, 1:03:15 PM (4 years ago)
Author:
Josh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31891 – Description

    initial v1  
    3333
    3434I 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.
     35This 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
Back to Top