mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
59d9e430b4
- This is handled manually via the validate_unique function
18 lines
339 B
Python
18 lines
339 B
Python
# Generated by Django 3.0.5 on 2020-05-28 10:36
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('stock', '0043_auto_20200525_0420'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterUniqueTogether(
|
|
name='stockitem',
|
|
unique_together=set(),
|
|
),
|
|
]
|