# Generated by Django 2.2.12 on 2020-11-08 23:41 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey', '0051_auto_20201109_1041'), ] operations = [ migrations.AlterField( model_name='player', name='q3', field=otree.db.models.IntegerField(choices=[[0, 'KAMs are matters that were of most significance in the conduct of the financial statement audit.'], [1, 'Other matter paragraph']], null=True, verbose_name='Which of the following statements about Key Audit Matters (KAMs) is true?'), ), ]