mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-12-25 00:13:45 +00:00
Merge depuis master
This commit is contained in:
parent
e45cab2f01
commit
687c1cf323
1 changed files with 16 additions and 0 deletions
16
machines/migrations/0087_merge_20180624_1648.py
Normal file
16
machines/migrations/0087_merge_20180624_1648.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10.7 on 2018-06-24 21:48
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('machines', '0086_auto_20180624_1254'),
|
||||
('machines', '0082_auto_20180525_2209'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
Loading…
Reference in a new issue