Features: (none);
Fixes: (none); Extra: 1) Remove unused migration file `0003_add_district_field.py`.
This commit is contained in:
parent
3fd3f0e0ee
commit
49fc9b33b6
1 changed files with 0 additions and 15 deletions
|
|
@ -1,15 +0,0 @@
|
||||||
from django.db import migrations, models
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
dependencies = [
|
|
||||||
('geo', '0002_alter_address_api_response_alter_address_location_and_more'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='address',
|
|
||||||
name='district',
|
|
||||||
field=models.CharField(max_length=255, null=True, verbose_name='district'),
|
|
||||||
),
|
|
||||||
]
|
|
||||||
Loading…
Reference in a new issue