Closed ahumeau closed 1 month ago
Two models with the same name in different apps would previously get the same cache key. Including the model's module in the cache key fixes this.
@ahumeau Could you provide a unit test?
@johnthagen sure :). I just push them.
@ahumeau Thank you for your contribution.
My pleasure, thanks for your work maintaining this project!
Two models with the same name in different apps would previously get the same cache key. Including the model's module in the cache key fixes this.