# Generated by Django 2.2.12 on 2020-10-15 05:11 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey', '0025_auto_20201015_1609'), ] operations = [ migrations.AlterField( model_name='player', name='q1', field=otree.db.models.IntegerField(choices=[[1, 'An underlying profit (loss) is profit or loss information presented other than in accordance with all relevant accounting standards. It excludes certain income or expense items.'], [2, 'An underlying profit (loss) is profit or loss information prepared in accordance with the accounting
standards and other financial reporting requirements of the Corporations Act.']], null=True, verbose_name=''), ), ]