AG
Size: a a a
AG
N
AG
DB
Product.objects.filter(store__city=city)
AG
DB
N
Product.objects.filter(store__city=city)
AG
Product.objects.filter(store__city=city)
DB
DB
AG
A
DB
Product.objects.filter(store__city_id=city_id)
— можно так, если так понятнее)MB
DB
store
и city_id
здесь — названия полей в модели, нужно смотреть какие они тамNN
AG
store
и city_id
здесь — названия полей в модели, нужно смотреть какие они тамNN
КО