We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66a6612 + 3402160 commit a6ebe34Copy full SHA for a6ebe34
shop/models/product.py
@@ -4,7 +4,8 @@
4
5
from django.apps import apps
6
from django.conf import settings
7
-from django.core import cache, checks
+from django.core import checks
8
+from django.core.cache import cache
9
from django.db import models
10
from django.db.models.aggregates import Sum
11
from django.db.models.functions import Coalesce
0 commit comments