Alexander Schepanovski

Results 219 comments of Alexander Schepanovski

Has the same on Manjaro Linux, ST4 4126

Also are you willing to release it? If not I can make a fork and maintain/release it.

Still deleting from pypi kinda harsh. Just breaking deployments for people.

@c3budiman you can pin to github the way suggested above. Eventually though you'll probably want to migrate to `django-anymail[mailgun]`. It's easy enough.

Can you please remove whitespace changes? it's probably your editor formatting things

Thanks for the test

Also the test looks quite complicated. Do you experience this issue with simple exclude boy involving m2m?

Looks like a m2m bug. Django had it's own issues with it and cacheops might have its own.

Not sure this is a good approach. This obviously won't work if base queryset slightly changes, i.e. you fetch latest posts, which constantly change, but have huge overlap each time....

Good point about it working this way now when automatic caching is enabled. I need to think about it.