Extend manufacturer and make volume frendly

This commit is contained in:
2022-04-06 21:24:00 +02:00
parent 1b55acd09f
commit 9a1740f7c1
10 changed files with 137 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 4.0.3 on 2022-04-04 19:16
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('roster', '0006_remove_rollingclass_builder_and_more'),
]
operations = [
migrations.AlterField(
model_name='rollingclass',
name='wheel_arrangement',
field=models.CharField(blank=True, max_length=64),
),
]