product varient change list bug fix order item change quantity and remove
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Generated by Django 5.1.2 on 2025-02-13 20:07
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('order', '0003_alter_orderitemmodel_product'),
|
||||
('product', '0023_alter_productimagemodel_options_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='orderitemmodel',
|
||||
name='product',
|
||||
field=models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, to='product.productvariant', verbose_name='محصول'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user