Commit 51d3f448203343cc8b05742e93c95b119314ac85

Authored by Matheus Lins
1 parent 7522fcaf

merge migrations

core/migrations/0003_merge_20161117_0157.py 0 → 100644
... ... @@ -0,0 +1,16 @@
  1 +# -*- coding: utf-8 -*-
  2 +# Generated by Django 1.10 on 2016-11-17 04:57
  3 +from __future__ import unicode_literals
  4 +
  5 +from django.db import migrations
  6 +
  7 +
  8 +class Migration(migrations.Migration):
  9 +
  10 + dependencies = [
  11 + ('core', '0002_auto_20161115_1936'),
  12 + ('core', '0002_auto_20161117_0009'),
  13 + ]
  14 +
  15 + operations = [
  16 + ]
... ...
courses/migrations/0003_merge_20161117_0157.py 0 → 100644
... ... @@ -0,0 +1,16 @@
  1 +# -*- coding: utf-8 -*-
  2 +# Generated by Django 1.10 on 2016-11-17 04:57
  3 +from __future__ import unicode_literals
  4 +
  5 +from django.db import migrations
  6 +
  7 +
  8 +class Migration(migrations.Migration):
  9 +
  10 + dependencies = [
  11 + ('courses', '0002_auto_20161115_1936'),
  12 + ('courses', '0002_auto_20161117_0009'),
  13 + ]
  14 +
  15 + operations = [
  16 + ]
... ...
exam/migrations/0003_merge_20161117_0157.py 0 → 100644
... ... @@ -0,0 +1,16 @@
  1 +# -*- coding: utf-8 -*-
  2 +# Generated by Django 1.10 on 2016-11-17 04:57
  3 +from __future__ import unicode_literals
  4 +
  5 +from django.db import migrations
  6 +
  7 +
  8 +class Migration(migrations.Migration):
  9 +
  10 + dependencies = [
  11 + ('exam', '0002_auto_20161115_1936'),
  12 + ('exam', '0002_auto_20161117_0009'),
  13 + ]
  14 +
  15 + operations = [
  16 + ]
... ...
exercise/migrations/0001_initial.py
1 1 # -*- coding: utf-8 -*-
2   -<<<<<<< HEAD
3   -# Generated by Django 1.10 on 2016-11-17 04:25
4   -=======
5   -
6   -# Generated by Django 1.10 on 2016-11-15 22:36
7   ->>>>>>> b869409bd7972f90e6cd67f9456afc8a04b9fce3
8 2 from __future__ import unicode_literals
9 3  
10 4 from decimal import Decimal
... ...
forum/migrations/0003_merge_20161117_0157.py 0 → 100644
... ... @@ -0,0 +1,16 @@
  1 +# -*- coding: utf-8 -*-
  2 +# Generated by Django 1.10 on 2016-11-17 04:57
  3 +from __future__ import unicode_literals
  4 +
  5 +from django.db import migrations
  6 +
  7 +
  8 +class Migration(migrations.Migration):
  9 +
  10 + dependencies = [
  11 + ('forum', '0002_auto_20161115_1936'),
  12 + ('forum', '0002_auto_20161117_0009'),
  13 + ]
  14 +
  15 + operations = [
  16 + ]
... ...
poll/migrations/0003_merge_20161117_0157.py 0 → 100644
... ... @@ -0,0 +1,16 @@
  1 +# -*- coding: utf-8 -*-
  2 +# Generated by Django 1.10 on 2016-11-17 04:57
  3 +from __future__ import unicode_literals
  4 +
  5 +from django.db import migrations
  6 +
  7 +
  8 +class Migration(migrations.Migration):
  9 +
  10 + dependencies = [
  11 + ('poll', '0002_auto_20161115_1936'),
  12 + ('poll', '0002_auto_20161117_0009'),
  13 + ]
  14 +
  15 + operations = [
  16 + ]
... ...