mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
Improved list and detail views for supplier
Huzzah for bootstrap
This commit is contained in:
20
InvenTree/stock/migrations/0006_auto_20180415_0302.py
Normal file
20
InvenTree/stock/migrations/0006_auto_20180415_0302.py
Normal file
@ -0,0 +1,20 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11 on 2018-04-15 03:02
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('stock', '0005_auto_20180415_0107'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='stocklocation',
|
||||
name='description',
|
||||
field=models.CharField(max_length=250),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user