diff --git a/pinaxcon/registrasion/migrations/0010_auto_20180929_1530.py b/pinaxcon/registrasion/migrations/0010_auto_20180929_1530.py new file mode 100644 index 0000000000000000000000000000000000000000..06827741f8d83c6c16063533722b75fb65e2c1cc --- /dev/null +++ b/pinaxcon/registrasion/migrations/0010_auto_20180929_1530.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.15 on 2018-09-29 05:30 +from __future__ import unicode_literals + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('pinaxcon_registrasion', '0009_attendeeprofile_children'), + ] + + operations = [ + migrations.AlterField( + model_name='attendeeprofile', + name='lca_chat', + field=models.BooleanField(help_text='lca2019-chat is a high-traffic mailing list used by attendees during the week of the conference for general discussion.', verbose_name='Subscribe to the lca2019-chat list'), + ), + ]