Woops forgot the migration.

This commit is contained in:
Víðir Valberg Guðmundsson 2019-06-24 15:45:56 +02:00
parent 3348d96d06
commit 6536a05e03
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Generated by Django 2.2.2 on 2019-06-16 15:46
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('program', '0071_auto_20180827_1958'),
]
operations = [
migrations.AlterField(
model_name='speakerproposal',
name='email',
field=models.EmailField(help_text='The email of the speaker (defaults to the logged in user if empty).', max_length=150),
),
]