[Answered ]-Bug in Django CacheMachine ignores saving of Model?

1👍

I’ve just tested my fork on a windows machine which I was now an check yourself:

Image check: http://oi61.tinypic.com/2w5jf9d.jpg

Github URL: https://github.com/asketsus/django-cache-machine

1👍

Are you sure that you are running this test against my branch? This was the problem that I was having (similar) and was solved with it.

Each save should invalidate all querysets related with the model. So in this case, after x.save() the object MyClass shouldn’t have any info in your cache.

I’ve tested and works fine in my case, using Redis as nocache db.

Leave a comment