Suor on master
Re-raise commit errors (#428) (compare)
from cacheops import cache
in this case
.select_related()
object changes. .prefetch_related()
creates a separate query for related which is invalidated separately, so you might want to use that if the thing with .select_related()
is an issue. See all CAVEATS here https://github.com/Suor/django-cacheops#caveats