2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

Merge in some migrations from master

This commit is contained in:
James Newlands 2018-04-17 23:07:55 +10:00
parent 45a14b4350
commit f2dc7380c2

View File

@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2018-04-17 13:07
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('build', '0004_auto_20180417_2127'),
('build', '0007_auto_20180417_1025'),
]
operations = [
]