# Generated by Django 2.2.12 on 2020-11-08 23:42 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey', '0055_auto_20201109_1042'), ] operations = [ migrations.AlterField( model_name='player', name='q2', field=otree.db.models.IntegerField(choices=[[0, 'A net 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, 'A net 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='Please choose the correct statement that describes a net profit (loss).'), ), ]