blob: 2a6f2d313a9ace85c3fe7552113493556d97bf10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Generated by Django 2.2.24 on 2022-02-11 16:30
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('archaeological_operations', '0107_auto_20210326_1434'),
]
operations = [
migrations.AlterModelOptions(
name='parcel',
options={'ordering': ('town', 'year', 'section', 'parcel_number'), 'verbose_name': 'Parcel', 'verbose_name_plural': 'Parcels'},
),
]
|