added template based dynamic description
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.3 on 2025-01-31 21:14
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('parts', '0014_storage_expand_sub_storage_stocks'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='componenttype',
|
||||
name='description_template',
|
||||
field=models.TextField(blank=True),
|
||||
),
|
||||
]
|
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.3 on 2025-01-31 21:44
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('parts', '0015_componenttype_description_template'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='componentparametertype',
|
||||
name='interfix',
|
||||
field=models.CharField(blank=True, max_length=10),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user