Merge migrations

remotes/origin/setup
ArturBaybulatov 10 years ago
parent f3a5cfce68
commit d4da6dd7c9
  1. 16
      projects/migrations/0004_merge.py
  2. 16
      users/migrations/0009_merge.py
  3. 16
      work_sell/migrations/0004_merge.py

@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.9.7 on 2016-08-12 13:08
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('projects', '0002_remove_portfolio_team'),
('projects', '0003_auto_20160812_1512'),
]
operations = [
]

@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.9.7 on 2016-08-12 13:07
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('users', '0008_auto_20160812_1151'),
('users', '0008_auto_20160812_1018'),
]
operations = [
]

@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.9.7 on 2016-08-12 13:08
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('work_sell', '0003_auto_20160812_1151'),
('work_sell', '0003_auto_20160812_1018'),
]
operations = [
]
Loading…
Cancel
Save