* drops unused methods
* fixes typos
* updates comments
* drops unused model attribute
This commit is contained in:
2024-02-16 08:41:03 +01:00
parent 476447c621
commit d76a1fc85f
7 changed files with 22 additions and 44 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.0.1 on 2024-02-16 07:34
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('konova', '0015_geometry_parcel_calculation_end_and_more'),
]
operations = [
migrations.RemoveField(
model_name='parcelintersection',
name='calculated_on',
),
]