some verbose name update
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Generated by Django 5.1.2 on 2025-03-28 15:39
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('account', '0024_alter_user_birth_date'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='pushsubscription',
|
||||
options={'verbose_name': 'اشتراک نوتیفیکیشن', 'verbose_name_plural': 'اشتراک های نوتیفیکیشن'},
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='useraddressmodel',
|
||||
name='is_main',
|
||||
field=models.BooleanField(default=False, verbose_name='ادرس اصلی کاربر'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user