Skip to content

Commit

Permalink
Merge pull request #841 from execut/fix-bug-with-invalidate-cache
Browse files Browse the repository at this point in the history
#826 changed cache import definition
  • Loading branch information
jrief committed Dec 27, 2020
2 parents 66a6612 + 3402160 commit a6ebe34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shop/models/product.py
Expand Up @@ -4,7 +4,8 @@

from django.apps import apps
from django.conf import settings
from django.core import cache, checks
from django.core import checks
from django.core.cache import cache
from django.db import models
from django.db.models.aggregates import Sum
from django.db.models.functions import Coalesce
Expand Down

0 comments on commit a6ebe34

Please sign in to comment.