Remove old migrations

This commit is contained in:
Lionel Porcheron 2017-06-07 00:16:19 +02:00 committed by Élie Bouttier
parent 054d4cad97
commit 1220a0934a
7 changed files with 0 additions and 245 deletions

View File

@ -1,31 +0,0 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2017-06-05 20:23
from __future__ import unicode_literals
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('cfp', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='participant',
name='name',
field=models.CharField(blank=True, max_length=128),
),
migrations.AlterField(
model_name='talk',
name='category',
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='cfp.TalkCategory', verbose_name='Intervention kind'),
),
migrations.AlterField(
model_name='talk',
name='title',
field=models.CharField(max_length=128, verbose_name='Title'),
),
]

View File

@ -1,36 +0,0 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2017-06-05 20:35
from __future__ import unicode_literals
from django.db import migrations, models
import uuid
class Migration(migrations.Migration):
dependencies = [
('cfp', '0002_auto_20170605_2023'),
]
operations = [
migrations.AddField(
model_name='participant',
name='token',
field=models.UUIDField(default=uuid.uuid4, editable=False),
),
migrations.AlterField(
model_name='talk',
name='description',
field=models.TextField(blank=True, verbose_name='Description of your talk'),
),
migrations.AlterField(
model_name='talk',
name='notes',
field=models.TextField(blank=True, help_text='If you have any constraint or if you have anything that may help you to select your talk, like a video or slides of your talk, please write it down here', verbose_name='Message to organizers'),
),
migrations.AlterField(
model_name='talk',
name='title',
field=models.CharField(max_length=128, verbose_name='Talk Title'),
),
]

View File

@ -1,21 +0,0 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2017-06-05 20:43
from __future__ import unicode_literals
from django.db import migrations, models
import uuid
class Migration(migrations.Migration):
dependencies = [
('cfp', '0003_auto_20170605_2035'),
]
operations = [
migrations.AddField(
model_name='talk',
name='token',
field=models.UUIDField(default=uuid.uuid4, editable=False),
),
]

View File

@ -1,40 +0,0 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2017-06-05 22:43
from __future__ import unicode_literals
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('cfp', '0004_talk_token'),
]
operations = [
migrations.AlterModelOptions(
name='talkcategory',
options={'ordering': ('pk',), 'verbose_name': 'category', 'verbose_name_plural': 'categories'},
),
migrations.AddField(
model_name='conference',
name='contact_email',
field=models.CharField(blank=True, max_length=100),
),
migrations.AddField(
model_name='conference',
name='name',
field=models.CharField(blank=True, max_length=100),
),
migrations.AlterField(
model_name='talk',
name='category',
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='cfp.TalkCategory', verbose_name='Talk Category'),
),
migrations.AlterField(
model_name='talk',
name='video_licence',
field=models.CharField(choices=[('CC-Zero CC-BY', 'CC-Zero CC-BY'), ('CC-BY-SA', 'CC-BY-SA'), ('CC-BY-ND', 'CC-BY-ND'), ('CC-BY-NC', 'CC-BY-NC'), ('CC-BY-NC-SA', 'CC-BY-NC-SA'), ('CC-BY-NC-ND', 'CC-BY-NC-ND')], default='CC-BY-SA', max_length=10, verbose_name='Video licence'),
),
]

View File

@ -1,72 +0,0 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2017-06-06 20:43
from __future__ import unicode_literals
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('cfp', '0005_auto_20170605_2243'),
]
operations = [
migrations.AddField(
model_name='participant',
name='facebook',
field=models.CharField(blank=True, default='', max_length=100, verbose_name='Facebook'),
),
migrations.AddField(
model_name='participant',
name='github',
field=models.CharField(blank=True, default='', max_length=100, verbose_name='Github'),
),
migrations.AddField(
model_name='participant',
name='linkedin',
field=models.CharField(blank=True, default='', max_length=100, verbose_name='LinkedIn'),
),
migrations.AddField(
model_name='participant',
name='mastodon',
field=models.CharField(blank=True, default='', max_length=100, verbose_name='Mastodon'),
),
migrations.AddField(
model_name='participant',
name='twitter',
field=models.CharField(blank=True, default='', max_length=100, verbose_name='Twitter'),
),
migrations.AddField(
model_name='participant',
name='website',
field=models.CharField(blank=True, default='', max_length=100, verbose_name='Website'),
),
migrations.AlterField(
model_name='participant',
name='biography',
field=models.TextField(verbose_name='Biography'),
),
migrations.AlterField(
model_name='participant',
name='name',
field=models.CharField(max_length=128),
),
migrations.AlterField(
model_name='participant',
name='phone_number',
field=models.CharField(blank=True, default='', max_length=64, verbose_name='Phone number'),
),
migrations.AlterField(
model_name='talk',
name='category',
field=models.ForeignKey(default=1, on_delete=django.db.models.deletion.CASCADE, to='cfp.TalkCategory', verbose_name='Talk Category'),
preserve_default=False,
),
migrations.AlterField(
model_name='talk',
name='description',
field=models.TextField(verbose_name='Description of your talk'),
),
]

View File

@ -1,25 +0,0 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2017-06-06 20:55
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('cfp', '0006_auto_20170606_2043'),
]
operations = [
migrations.AddField(
model_name='conference',
name='custom_css',
field=models.TextField(blank=True),
),
migrations.AddField(
model_name='conference',
name='external_css_link',
field=models.URLField(blank=True),
),
]

View File

@ -1,20 +0,0 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2017-06-06 21:06
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('cfp', '0007_auto_20170606_2055'),
]
operations = [
migrations.AddField(
model_name='participant',
name='language',
field=models.CharField(blank=True, max_length=10),
),
]