huge fix
This commit is contained in:
parent
810c87e2e0
commit
b5bf3a5dbe
51 changed files with 2397 additions and 326 deletions
19
locations/migrations/0004_alter_county_city.py
Normal file
19
locations/migrations/0004_alter_county_city.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Generated by Django 5.2.4 on 2025-09-21 07:37
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('locations', '0003_remove_broker_company'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='county',
|
||||
name='city',
|
||||
field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='locations.city', verbose_name='استان'),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue