infoscout / django-cache-utils

Django cache utilities
Other
26 stars 19 forks source link

All methods will return same result, even for different objects #19

Open timthelion opened 5 years ago

timthelion commented 5 years ago

https://github.com/infoscout/django-cache-utils/blob/master/cache_utils/utils.py#L72

Because the 'self' argument is ignored. Why?

PetrDlouhy commented 4 years ago

I bumped to this again. I think, that the behaviour is quite strange and unexpected.