fix guarantee default value
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2 on 2026-06-02 05:16
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('product', '0076_normalize_persian_search'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='productvariant',
|
||||
name='guarantee',
|
||||
field=models.CharField(default='گارانتی اصالت و سلامت کالا', help_text='این مقدار به ترب ارسال می\u200cشود تا محصول به\u200cعنوان نو طبقه\u200cبندی شود', max_length=200, verbose_name='گارانتی'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user