# Generated by Django 2.2.12 on 2020-11-08 23:43 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey', '0057_auto_20201109_1043'), ] operations = [ migrations.AlterField( model_name='player', name='q1', field=otree.db.models.IntegerField(choices=[[0, 'An underlying profit (loss) is profit or loss information presented other than in accordance with all relevant accounting standards. It excludes certain revenue or expense items.'], [1, '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=''), ), ]