Alexander Schepanovski

Results 255 comments of Alexander Schepanovski

Will anyone be willing to write a test for this? The instruction is at the end of the README.

As far as I see @voron3x issue is different from the original one. They doesn't seem to be connected.

DB backend doesn't matter. Maybe something else is misconfigured.

Oh, caching is disabled in admin explicitely.

This is historical decision, I wonder whether I should turn it off in next major version, but for now it stays this way. To cache in admin you need to...

Thinking of more general approach to this. Using some form of aspects - mark them somehow and then configure to cache or not to cache things.

No way to do it via settings now. Only specifying timeouts on particular querysets: ```python qs = Model.objects.cache(timeout=...) ```

Postponed multi-table inheritance support. Some champion can implement it - and I'll thankfully merge. I will probably reconsider implementing it if this feature will gain sufficient interest one day.

I guess you can make signal handlers doing one or several `invalidate_obj()` calls. A concrete use case might be simple enough.