2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Rename BuildItemAllocation to BuildItem

This commit is contained in:
Oliver Walters
2019-04-29 22:30:21 +10:00
parent 6326d6d050
commit e25579141e
3 changed files with 38 additions and 2 deletions

View File

@ -0,0 +1,18 @@
# Generated by Django 2.2 on 2019-04-29 12:29
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('part', '0012_part_active'),
]
operations = [
migrations.AlterField(
model_name='part',
name='URL',
field=models.URLField(blank=True, help_text='Link to external URL'),
),
]