some verbose name update
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.2 on 2025-03-28 15:39
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('order', '0024_orderitemmodel_discount_ordermodel_order_id'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='ordermodel',
|
||||
name='order_id',
|
||||
field=models.PositiveIntegerField(blank=True, null=True, unique=True, verbose_name='شماره سفارش'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user